Html Css Color HEX #000EEB Blue

📋 copy color: '#000EEB'

red 0 ◦ green 14 ◦ blue 235

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

Shades of Blue #000EEB

Tints of Blue #000EEB

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 14 (5.86% from 255) = 5.62%

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

R = 0%
G = 5.62%
B = 94.38%

CMYK

 C value IS 1

 M value IS 0.94

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#000EEB (or 0x000EEB) is known color: Blue. HEX triplet: 00, 0E and EB. RGB value is (0,14,235). Sum of RGB (Red+Green+Blue) = 0+14+235=249 (32% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 249); Green value is 14 (5.86% from 255 or 5.62% from 249); Blue value is 235 (92.19% from 255 or 94.38% from 249); Max value from RGB is 235 - color contains mainly: blue. Hex color #000EEB is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #000EEB is #FFF114. Grayscale: #222222. Windows color (decimal): -16773397 or 15404544. OLE color: 15404544.

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

Color convert

RGB 0 14 235 -
CMYK 1 0.94 0 0.08
HSL 236.43º 1% 0.46% -
HSV(B) 236.43º 1% 0.92% -
XYZ 15.15 6.31 79.02 -
YUV 35.01 240.86 103.03 -
System Red Green Blue C M Y K H S L
Decimal 0 14 235 1 0.94 0 0.08 236.43 1 0.46
Hex 0 E EB 64 5E 0 8 EC 64 2E
Octal 0 16 353 144 136 0 10 354 144 56
Binary 0 1110 11101011 1100100 1011110 0 1000 11101100 1100100 101110

Color Harmonies of #000EEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #000EEB

Black with #000EEB

Text Example


Text Example

White with #000EEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #000EEB; }

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

 H1.HeaderClassName
 {
   color: #000EEB;
 }
 .AnyTagClassName
 {
   color: #000EEB;
 }
</style>

background-color css

<style>
 a { background-color: #000EEB; }

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

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

border-color css

<style>
 span { border-color: #000EEB; }

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

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