#230ff5

Color #230FF5 Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue #230FF5

Tints of Blue #230FF5

Color information

#230FF5 (or 0x230FF5) is unknown color: approx Blue. HEX triplet: 23, 0F and F5. RGB value is (35,15,245). Sum of RGB (Red+Green+Blue) = 35+15+245=295 (39% of max value = 765). Red value is 35 (14.06% from 255 or 11.86% from 295); Green value is 15 (6.25% from 255 or 5.08% from 295); Blue value is 245 (96.09% from 255 or 83.05% from 295); Max value from RGB is 245 - color contains mainly: blue. Hex color #230FF5 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #230FF5 is #DCF00A. Grayscale: #2E2E2E. Windows color (decimal): -14479371 or 16060195. OLE color: 16060195.

HSL color Cylindrical-coordinate representation of color #230FF5: hue angle of 245.22º degrees, saturation: 0.92, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #230FF5 is Cyan = 0.86, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB3515245-
CMYK0.860.9400.04
HSL245.22º92%50.98%-
HSV(B)245.22º93.88%96.08%-
XYZ17.357.2986.88-
YUV47.2239.63119.3-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 35 (14.06% from 255) = 11.86%
GREEN value IS 15 (6.25% from 255) = 5.08%
BLUE value IS 245 (96.09% from 255) = 83.05%
R=11.86%
G=5.08%
B=83.05%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal35152450.860.9400.04245.229250.98
Hex23FF5565E04f55c33
Octal43173651261360436513463
Binary100011111111110101101011010111100100111101011011100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #230ff5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #230ff5; }

 p { color: rgb(35,15,245); }

 H1.HeaderClassName
 {
   color: #230ff5;
 }
 .AnyTagClassName
 {
   color: #230ff5;
 }
</style>
background-color css

<style>
 a { background-color: #230ff5; }

 a { background-color: rgb(35,15,245); }

 div.DivClassName
 {
   background-color: #230ff5;
 }
 .BgClassName
 {
   background-color: #230ff5;
 }
</style>
border-color css

<style>
 span { border-color: #230ff5; }

 span { border-color: rgb(35,15,245); }

 td.TdClassName
 {
   border-color: #230ff5;
 }
 .TagClassName
 {
   border-color: #230ff5;
 }
</style>