Html Css Color HEX #000CD6 Medium Blue

📋 copy color: '#000CD6'

red 0 ◦ green 12 ◦ blue 214

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

Shades of Medium Blue #000CD6

Tints of Medium Blue #000CD6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 94.69%

R = 0%
G = 5.31%
B = 94.69%

CMYK

 C value IS 1

 M value IS 0.94

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#000CD6 (or 0x000CD6) is known color: Medium Blue. HEX triplet: 00, 0C and D6. RGB value is (0,12,214). Sum of RGB (Red+Green+Blue) = 0+12+214=226 (29% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 226); Green value is 12 (5.08% from 255 or 5.31% from 226); Blue value is 214 (83.98% from 255 or 94.69% from 226); Max value from RGB is 214 - color contains mainly: blue. Hex color #000CD6 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #000CD6 is #FFF329. Grayscale: #1E1E1E. Windows color (decimal): -16773930 or 14027776. OLE color: 14027776.

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

Color convert

RGB 0 12 214 -
CMYK 1 0.94 0 0.16
HSL 236.64º 1% 0.42% -
HSV(B) 236.64º 1% 0.84% -
XYZ 12.27 5.12 63.96 -
YUV 31.44 231.02 105.57 -
System Red Green Blue C M Y K H S L
Decimal 0 12 214 1 0.94 0 0.16 236.64 1 0.42
Hex 0 C D6 64 5E 0 10 ED 64 2A
Octal 0 14 326 144 136 0 20 355 144 52
Binary 0 1100 11010110 1100100 1011110 0 10000 11101101 1100100 101010

Color Harmonies of #000CD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #000CD6

Black with #000CD6

Text Example


Text Example

White with #000CD6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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