Html Css Color HEX #084DA8 Cobalt

📋 copy color: '#084DA8'

red 8 ◦ green 77 ◦ blue 168

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

Shades of Cobalt #084DA8

Tints of Cobalt #084DA8

RGB

 RED value IS 8 (3.52% from 255) = 3.16%

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

 BLUE value IS 168 (66.02% from 255) = 66.4%

R = 3.16%
G = 30.43%
B = 66.4%

CMYK

 C value IS 0.95

 M value IS 0.54

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#084DA8 (or 0x084DA8) is known color: Cobalt. HEX triplet: 08, 4D and A8. RGB value is (8,77,168). Sum of RGB (Red+Green+Blue) = 8+77+168=253 (33% of max value = 765). Red value is 8 (3.52% from 255 or 3.16% from 253); Green value is 77 (30.47% from 255 or 30.43% from 253); Blue value is 168 (66.02% from 255 or 66.40% from 253); Max value from RGB is 168 - color contains mainly: blue. Hex color #084DA8 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #084DA8 is #F7B257. Grayscale: #424242. Windows color (decimal): -16233048 or 11029768. OLE color: 11029768.

HSL color Cylindrical-coordinate representation of color #084DA8: hue angle of 214.12º degrees, saturation: 0.91, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #084DA8 is Cyan = 0.95, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB 8 77 168 -
CMYK 0.95 0.54 0 0.34
HSL 214.13º 0.91% 0.35% -
HSV(B) 214.13º 0.95% 0.66% -
XYZ 9.82 8.19 38.11 -
YUV 66.74 185.14 86.1 -
System Red Green Blue C M Y K H S L
Decimal 8 77 168 0.95 0.54 0 0.34 214.13 0.91 0.35
Hex 8 4D A8 5F 36 0 22 D6 5B 23
Octal 10 115 250 137 66 0 42 326 133 43
Binary 1000 1001101 10101000 1011111 110110 0 100010 11010110 1011011 100011

Color Harmonies of #084DA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #084DA8

Black with #084DA8

Text Example


Text Example

White with #084DA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #084DA8; }

 p { color: rgb(8,77,168); }

 H1.HeaderClassName
 {
   color: #084DA8;
 }
 .AnyTagClassName
 {
   color: #084DA8;
 }
</style>

background-color css

<style>
 a { background-color: #084DA8; }

 a { background-color: rgb(8,77,168); }

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

border-color css

<style>
 span { border-color: #084DA8; }

 span { border-color: rgb(8,77,168); }

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