Html Css Color HEX #084DB9 Cobalt

📋 copy color: '#084DB9'

red 8 ◦ green 77 ◦ blue 185

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

Shades of Cobalt #084DB9

Tints of Cobalt #084DB9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 68.52%

R = 2.96%
G = 28.52%
B = 68.52%

CMYK

 C value IS 0.96

 M value IS 0.58

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#084DB9 (or 0x084DB9) is known color: Cobalt. HEX triplet: 08, 4D and B9. RGB value is (8,77,185). Sum of RGB (Red+Green+Blue) = 8+77+185=270 (35% of max value = 765). Red value is 8 (3.52% from 255 or 2.96% from 270); Green value is 77 (30.47% from 255 or 28.52% from 270); Blue value is 185 (72.66% from 255 or 68.52% from 270); Max value from RGB is 185 - color contains mainly: blue. Hex color #084DB9 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #084DB9 is #F7B246. Grayscale: #444444. Windows color (decimal): -16233031 or 12143880. OLE color: 12143880.

HSL color Cylindrical-coordinate representation of color #084DB9: hue angle of 216.61º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #084DB9 is Cyan = 0.96, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 8 77 185 -
CMYK 0.96 0.58 0 0.27
HSL 216.61º 0.92% 0.38% -
HSV(B) 216.61º 0.96% 0.73% -
XYZ 11.51 8.86 47 -
YUV 68.68 193.64 84.72 -
System Red Green Blue C M Y K H S L
Decimal 8 77 185 0.96 0.58 0 0.27 216.61 0.92 0.38
Hex 8 4D B9 60 3A 0 1B D9 5C 26
Octal 10 115 271 140 72 0 33 331 134 46
Binary 1000 1001101 10111001 1100000 111010 0 11011 11011001 1011100 100110

Color Harmonies of #084DB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #084DB9

Black with #084DB9

Text Example


Text Example

White with #084DB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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