Html Css Color HEX #0F17E6 Blue

📋 copy color: '#0F17E6'

red 15 ◦ green 23 ◦ blue 230

#0F17E6
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blue #0F17E6

Tints of Blue #0F17E6

RGB

 RED value IS 15 (6.25% from 255) = 5.6%

 GREEN value IS 23 (9.38% from 255) = 8.58%

 BLUE value IS 230 (90.23% from 255) = 85.82%

R = 5.6%
G = 8.58%
B = 85.82%

CMYK

 C value IS 0.93

 M value IS 0.9

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#0F17E6 (or 0x0F17E6) is known color: Blue. HEX triplet: 0F, 17 and E6. RGB value is (15,23,230). Sum of RGB (Red+Green+Blue) = 15+23+230=268 (35% of max value = 765). Red value is 15 (6.25% from 255 or 5.60% from 268); Green value is 23 (9.38% from 255 or 8.58% from 268); Blue value is 230 (90.23% from 255 or 85.82% from 268); Max value from RGB is 230 - color contains mainly: blue. Hex color #0F17E6 is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0F17E6 is #F0E819. Grayscale: #2B2B2B. Windows color (decimal): -15788058 or 15079183. OLE color: 15079183.

HSL color Cylindrical-coordinate representation of color #0F17E6: hue angle of 237.77º degrees, saturation: 0.88, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0F17E6 is Cyan = 0.93, Magento = 0.9, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 15 23 230 -
CMYK 0.93 0.9 0 0.10
HSL 237.77º 0.88% 0.48% -
HSV(B) 237.77º 0.93% 0.9% -
XYZ 14.79 6.43 75.32 -
YUV 44.21 232.85 107.17 -
System Red Green Blue C M Y K H S L
Decimal 15 23 230 0.93 0.9 0 0.10 237.77 0.88 0.48
Hex F 17 E6 5D 5A 0 A EE 58 30
Octal 17 27 346 135 132 0 12 356 130 60
Binary 1111 10111 11100110 1011101 1011010 0 1010 11101110 1011000 110000

Color Harmonies of #0F17E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F17E6

Black with #0F17E6

Text Example


Text Example

White with #0F17E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0F17E6; }

 p { color: rgb(15,23,230); }

 H1.HeaderClassName
 {
   color: #0F17E6;
 }
 .AnyTagClassName
 {
   color: #0F17E6;
 }
</style>

background-color css

<style>
 a { background-color: #0F17E6; }

 a { background-color: rgb(15,23,230); }

 div.DivClassName
 {
   background-color: #0F17E6;
 }
 .BgClassName
 {
   background-color: #0F17E6;
 }
</style>

border-color css

<style>
 span { border-color: #0F17E6; }

 span { border-color: rgb(15,23,230); }

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