Html Css Color HEX #0E06EB Blue

📋 copy color: '#0E06EB'

red 14 ◦ green 6 ◦ blue 235

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

Shades of Blue #0E06EB

Tints of Blue #0E06EB

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.35%

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

R = 5.49%
G = 2.35%
B = 92.16%

CMYK

 C value IS 0.94

 M value IS 0.97

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#0E06EB (or 0x0E06EB) is known color: Blue. HEX triplet: 0E, 06 and EB. RGB value is (14,6,235). Sum of RGB (Red+Green+Blue) = 14+6+235=255 (33% of max value = 765). Red value is 14 (5.86% from 255 or 5.49% from 255); Green value is 6 (2.73% from 255 or 2.35% from 255); Blue value is 235 (92.19% from 255 or 92.16% from 255); Max value from RGB is 235 - color contains mainly: blue. Hex color #0E06EB is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0E06EB is #F1F914. Grayscale: #212121. Windows color (decimal): -15857941 or 15402510. OLE color: 15402510.

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

Color convert

RGB 14 6 235 -
CMYK 0.94 0.97 0 0.08
HSL 242.1º 0.95% 0.47% -
HSV(B) 242.1º 0.97% 0.92% -
XYZ 15.24 6.22 78.99 -
YUV 34.5 241.15 113.38 -
System Red Green Blue C M Y K H S L
Decimal 14 6 235 0.94 0.97 0 0.08 242.1 0.95 0.47
Hex E 6 EB 5E 61 0 8 F2 5F 2F
Octal 16 6 353 136 141 0 10 362 137 57
Binary 1110 110 11101011 1011110 1100001 0 1000 11110010 1011111 101111

Color Harmonies of #0E06EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E06EB

Black with #0E06EB

Text Example


Text Example

White with #0E06EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,6,235); }

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

background-color css

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

 a { background-color: rgb(14,6,235); }

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

border-color css

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

 span { border-color: rgb(14,6,235); }

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