Html Css Color HEX #0E11EF Blue

📋 copy color: '#0E11EF'

red 14 ◦ green 17 ◦ blue 239

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

Shades of Blue #0E11EF

Tints of Blue #0E11EF

RGB

 RED value IS 14 (5.86% from 255) = 5.19%

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

 BLUE value IS 239 (93.75% from 255) = 88.52%

R = 5.19%
G = 6.3%
B = 88.52%

CMYK

 C value IS 0.94

 M value IS 0.93

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#0E11EF (or 0x0E11EF) is known color: Blue. HEX triplet: 0E, 11 and EF. RGB value is (14,17,239). Sum of RGB (Red+Green+Blue) = 14+17+239=270 (35% of max value = 765). Red value is 14 (5.86% from 255 or 5.19% from 270); Green value is 17 (7.03% from 255 or 6.30% from 270); Blue value is 239 (93.75% from 255 or 88.52% from 270); Max value from RGB is 239 - color contains mainly: blue. Hex color #0E11EF is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0E11EF is #F1EE10. Grayscale: #282828. Windows color (decimal): -15855121 or 15667470. OLE color: 15667470.

HSL color Cylindrical-coordinate representation of color #0E11EF: hue angle of 239.2º degrees, saturation: 0.89, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0E11EF is Cyan = 0.94, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 14 17 239 -
CMYK 0.94 0.93 0 0.06
HSL 239.2º 0.89% 0.5% -
HSV(B) 239.2º 0.94% 0.94% -
XYZ 15.96 6.73 82.12 -
YUV 41.41 239.51 108.45 -
System Red Green Blue C M Y K H S L
Decimal 14 17 239 0.94 0.93 0 0.06 239.2 0.89 0.5
Hex E 11 EF 5E 5D 0 6 EF 59 32
Octal 16 21 357 136 135 0 6 357 131 62
Binary 1110 10001 11101111 1011110 1011101 0 110 11101111 1011001 110010

Color Harmonies of #0E11EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E11EF

Black with #0E11EF

Text Example


Text Example

White with #0E11EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,17,239); }

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

background-color css

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

 a { background-color: rgb(14,17,239); }

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

border-color css

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

 span { border-color: rgb(14,17,239); }

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