Html Css Color HEX #000CEE Blue

📋 copy color: '#000CEE'

red 0 ◦ green 12 ◦ blue 238

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

Shades of Blue #000CEE

Tints of Blue #000CEE

RGB

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

 GREEN value IS 12 (5.08% from 255) = 4.8%

 BLUE value IS 238 (93.36% from 255) = 95.2%

R = 0%
G = 4.8%
B = 95.2%

CMYK

 C value IS 1

 M value IS 0.95

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#000CEE (or 0x000CEE) is known color: Blue. HEX triplet: 00, 0C and EE. RGB value is (0,12,238). Sum of RGB (Red+Green+Blue) = 0+12+238=250 (33% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 250); Green value is 12 (5.08% from 255 or 4.8% from 250); Blue value is 238 (93.36% from 255 or 95.2% from 250); Max value from RGB is 238 - color contains mainly: blue. Hex color #000CEE is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #000CEE is #FFF311. Grayscale: #212121. Windows color (decimal): -16773906 or 15600640. OLE color: 15600640.

HSL color Cylindrical-coordinate representation of color #000CEE: hue angle of 236.97º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #000CEE is Cyan = 1, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 0 12 238 -
CMYK 1 0.95 0 0.07
HSL 236.97º 1% 0.47% -
HSV(B) 236.97º 1% 0.93% -
XYZ 15.56 6.44 81.31 -
YUV 34.18 243.02 103.62 -
System Red Green Blue C M Y K H S L
Decimal 0 12 238 1 0.95 0 0.07 236.97 1 0.47
Hex 0 C EE 64 5F 0 7 ED 64 2F
Octal 0 14 356 144 137 0 7 355 144 57
Binary 0 1100 11101110 1100100 1011111 0 111 11101101 1100100 101111

Color Harmonies of #000CEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #000CEE

Black with #000CEE

Text Example


Text Example

White with #000CEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(0,12,238); }

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

background-color css

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

 a { background-color: rgb(0,12,238); }

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

border-color css

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

 span { border-color: rgb(0,12,238); }

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