Html Css Color HEX #000EE7 Blue

📋 copy color: '#000EE7'

red 0 ◦ green 14 ◦ blue 231

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

Shades of Blue #000EE7

Tints of Blue #000EE7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 94.29%

R = 0%
G = 5.71%
B = 94.29%

CMYK

 C value IS 1

 M value IS 0.94

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#000EE7 (or 0x000EE7) is known color: Blue. HEX triplet: 00, 0E and E7. RGB value is (0,14,231). Sum of RGB (Red+Green+Blue) = 0+14+231=245 (32% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 245); Green value is 14 (5.86% from 255 or 5.71% from 245); Blue value is 231 (90.62% from 255 or 94.29% from 245); Max value from RGB is 231 - color contains mainly: blue. Hex color #000EE7 is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #000EE7 is #FFF118. Grayscale: #212121. Windows color (decimal): -16773401 or 15142400. OLE color: 15142400.

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

Color convert

RGB 0 14 231 -
CMYK 1 0.94 0 0.09
HSL 236.36º 1% 0.45% -
HSV(B) 236.36º 1% 0.91% -
XYZ 14.58 6.08 76.01 -
YUV 34.55 238.86 103.36 -
System Red Green Blue C M Y K H S L
Decimal 0 14 231 1 0.94 0 0.09 236.36 1 0.45
Hex 0 E E7 64 5E 0 9 EC 64 2D
Octal 0 16 347 144 136 0 11 354 144 55
Binary 0 1110 11100111 1100100 1011110 0 1001 11101100 1100100 101101

Color Harmonies of #000EE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #000EE7

Black with #000EE7

Text Example


Text Example

White with #000EE7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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