Html Css Color HEX #004DC2 Cobalt

📋 copy color: '#004DC2'

red 0 ◦ green 77 ◦ blue 194

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

Shades of Cobalt #004DC2

Tints of Cobalt #004DC2

RGB

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

 GREEN value IS 77 (30.47% from 255) = 28.41%

 BLUE value IS 194 (76.17% from 255) = 71.59%

R = 0%
G = 28.41%
B = 71.59%

CMYK

 C value IS 1

 M value IS 0.60

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#004DC2 (or 0x004DC2) is known color: Cobalt. HEX triplet: 00, 4D and C2. RGB value is (0,77,194). Sum of RGB (Red+Green+Blue) = 0+77+194=271 (35% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 271); Green value is 77 (30.47% from 255 or 28.41% from 271); Blue value is 194 (76.17% from 255 or 71.59% from 271); Max value from RGB is 194 - color contains mainly: blue. Hex color #004DC2 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #004DC2 is #FFB23D. Grayscale: #424242. Windows color (decimal): -16757310 or 12733696. OLE color: 12733696.

HSL color Cylindrical-coordinate representation of color #004DC2: hue angle of 216.19º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 1%. Process color model (Four color, CMYK) of #004DC2 is Cyan = 1, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 0 77 194 -
CMYK 1 0.60 0 0.24
HSL 216.19º 1% 0.38% -
HSV(B) 216.19º 1% 0.76% -
XYZ 12.39 9.2 52.16 -
YUV 67.32 199.49 79.99 -
System Red Green Blue C M Y K H S L
Decimal 0 77 194 1 0.60 0 0.24 216.19 1 0.38
Hex 0 4D C2 64 3C 0 18 D8 64 26
Octal 0 115 302 144 74 0 30 330 144 46
Binary 0 1001101 11000010 1100100 111100 0 11000 11011000 1100100 100110

Color Harmonies of #004DC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #004DC2

Black with #004DC2

Text Example


Text Example

White with #004DC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #004DC2; }

 p { color: rgb(0,77,194); }

 H1.HeaderClassName
 {
   color: #004DC2;
 }
 .AnyTagClassName
 {
   color: #004DC2;
 }
</style>

background-color css

<style>
 a { background-color: #004DC2; }

 a { background-color: rgb(0,77,194); }

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

border-color css

<style>
 span { border-color: #004DC2; }

 span { border-color: rgb(0,77,194); }

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