Html Css Color HEX #000CDE Medium Blue

📋 copy color: '#000CDE'

red 0 ◦ green 12 ◦ blue 222

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

Shades of Medium Blue #000CDE

Tints of Medium Blue #000CDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 94.87%

R = 0%
G = 5.13%
B = 94.87%

CMYK

 C value IS 1

 M value IS 0.95

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#000CDE (or 0x000CDE) is known color: Medium Blue. HEX triplet: 00, 0C and DE. RGB value is (0,12,222). Sum of RGB (Red+Green+Blue) = 0+12+222=234 (30% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 234); Green value is 12 (5.08% from 255 or 5.13% from 234); Blue value is 222 (87.11% from 255 or 94.87% from 234); Max value from RGB is 222 - color contains mainly: blue. Hex color #000CDE is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #000CDE is #FFF321. Grayscale: #1F1F1F. Windows color (decimal): -16773922 or 14552064. OLE color: 14552064.

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

Color convert

RGB 0 12 222 -
CMYK 1 0.95 0 0.13
HSL 236.76º 1% 0.44% -
HSV(B) 236.76º 1% 0.87% -
XYZ 13.32 5.54 69.47 -
YUV 32.35 235.02 104.92 -
System Red Green Blue C M Y K H S L
Decimal 0 12 222 1 0.95 0 0.13 236.76 1 0.44
Hex 0 C DE 64 5F 0 D ED 64 2C
Octal 0 14 336 144 137 0 15 355 144 54
Binary 0 1100 11011110 1100100 1011111 0 1101 11101101 1100100 101100

Color Harmonies of #000CDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #000CDE

Black with #000CDE

Text Example


Text Example

White with #000CDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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