Html Css Color HEX #000CDD Medium Blue

📋 copy color: '#000CDD'

red 0 ◦ green 12 ◦ blue 221

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

Shades of Medium Blue #000CDD

Tints of Medium Blue #000CDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 94.85%

R = 0%
G = 5.15%
B = 94.85%

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

#000CDD (or 0x000CDD) is known color: Medium Blue. HEX triplet: 00, 0C and DD. RGB value is (0,12,221). Sum of RGB (Red+Green+Blue) = 0+12+221=233 (30% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 233); Green value is 12 (5.08% from 255 or 5.15% from 233); Blue value is 221 (86.72% from 255 or 94.85% from 233); Max value from RGB is 221 - color contains mainly: blue. Hex color #000CDD is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #000CDD is #FFF322. Grayscale: #1F1F1F. Windows color (decimal): -16773923 or 14486528. OLE color: 14486528.

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

Color convert

RGB 0 12 221 -
CMYK 1 0.95 0 0.13
HSL 236.74º 1% 0.43% -
HSV(B) 236.74º 1% 0.87% -
XYZ 13.18 5.48 68.77 -
YUV 32.24 234.52 105.01 -
System Red Green Blue C M Y K H S L
Decimal 0 12 221 1 0.95 0 0.13 236.74 1 0.43
Hex 0 C DD 64 5F 0 D ED 64 2B
Octal 0 14 335 144 137 0 15 355 144 53
Binary 0 1100 11011101 1100100 1011111 0 1101 11101101 1100100 101011

Color Harmonies of #000CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #000CDD

Black with #000CDD

Text Example


Text Example

White with #000CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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