Html Css Color HEX #004FB8 Cobalt

📋 copy color: '#004FB8'

red 0 ◦ green 79 ◦ blue 184

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

Shades of Cobalt #004FB8

Tints of Cobalt #004FB8

RGB

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

 GREEN value IS 79 (31.25% from 255) = 30.04%

 BLUE value IS 184 (72.27% from 255) = 69.96%

R = 0%
G = 30.04%
B = 69.96%

CMYK

 C value IS 1

 M value IS 0.57

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#004FB8 (or 0x004FB8) is known color: Cobalt. HEX triplet: 00, 4F and B8. RGB value is (0,79,184). Sum of RGB (Red+Green+Blue) = 0+79+184=263 (34% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 263); Green value is 79 (31.25% from 255 or 30.04% from 263); Blue value is 184 (72.27% from 255 or 69.96% from 263); Max value from RGB is 184 - color contains mainly: blue. Hex color #004FB8 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #004FB8 is #FFB047. Grayscale: #424242. Windows color (decimal): -16756808 or 12078848. OLE color: 12078848.

HSL color Cylindrical-coordinate representation of color #004FB8: hue angle of 214.24º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 1%. Process color model (Four color, CMYK) of #004FB8 is Cyan = 1, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 0 79 184 -
CMYK 1 0.57 0 0.28
HSL 214.24º 1% 0.36% -
HSV(B) 214.24º 1% 0.72% -
XYZ 11.45 9.05 46.49 -
YUV 67.35 193.83 79.96 -
System Red Green Blue C M Y K H S L
Decimal 0 79 184 1 0.57 0 0.28 214.24 1 0.36
Hex 0 4F B8 64 39 0 1C D6 64 24
Octal 0 117 270 144 71 0 34 326 144 44
Binary 0 1001111 10111000 1100100 111001 0 11100 11010110 1100100 100100

Color Harmonies of #004FB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #004FB8

Black with #004FB8

Text Example


Text Example

White with #004FB8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(0,79,184); }

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

background-color css

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

 a { background-color: rgb(0,79,184); }

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

border-color css

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

 span { border-color: rgb(0,79,184); }

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