Html Css Color HEX #0F11EB Blue

📋 copy color: '#0F11EB'

red 15 ◦ green 17 ◦ blue 235

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

Shades of Blue #0F11EB

Tints of Blue #0F11EB

RGB

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

 GREEN value IS 17 (7.03% from 255) = 6.37%

 BLUE value IS 235 (92.19% from 255) = 88.01%

R = 5.62%
G = 6.37%
B = 88.01%

CMYK

 C value IS 0.94

 M value IS 0.93

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#0F11EB (or 0x0F11EB) is known color: Blue. HEX triplet: 0F, 11 and EB. RGB value is (15,17,235). Sum of RGB (Red+Green+Blue) = 15+17+235=267 (35% of max value = 765). Red value is 15 (6.25% from 255 or 5.62% from 267); Green value is 17 (7.03% from 255 or 6.37% from 267); Blue value is 235 (92.19% from 255 or 88.01% from 267); Max value from RGB is 235 - color contains mainly: blue. Hex color #0F11EB is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0F11EB is #F0EE14. Grayscale: #282828. Windows color (decimal): -15789589 or 15405327. OLE color: 15405327.

HSL color Cylindrical-coordinate representation of color #0F11EB: hue angle of 239.45º degrees, saturation: 0.88, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0F11EB is Cyan = 0.94, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 15 17 235 -
CMYK 0.94 0.93 0 0.08
HSL 239.45º 0.88% 0.49% -
HSV(B) 239.45º 0.94% 0.92% -
XYZ 15.39 6.5 79.04 -
YUV 41.25 237.34 109.27 -
System Red Green Blue C M Y K H S L
Decimal 15 17 235 0.94 0.93 0 0.08 239.45 0.88 0.49
Hex F 11 EB 5E 5D 0 8 EF 58 31
Octal 17 21 353 136 135 0 10 357 130 61
Binary 1111 10001 11101011 1011110 1011101 0 1000 11101111 1011000 110001

Color Harmonies of #0F11EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F11EB

Black with #0F11EB

Text Example


Text Example

White with #0F11EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,17,235); }

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

background-color css

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

 a { background-color: rgb(15,17,235); }

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

border-color css

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

 span { border-color: rgb(15,17,235); }

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