Html Css Color HEX #084AC4 Cobalt

📋 copy color: '#084AC4'

red 8 ◦ green 74 ◦ blue 196

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

Shades of Cobalt #084AC4

Tints of Cobalt #084AC4

RGB

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

 GREEN value IS 74 (29.3% from 255) = 26.62%

 BLUE value IS 196 (76.95% from 255) = 70.5%

R = 2.88%
G = 26.62%
B = 70.5%

CMYK

 C value IS 0.96

 M value IS 0.62

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#084AC4 (or 0x084AC4) is known color: Cobalt. HEX triplet: 08, 4A and C4. RGB value is (8,74,196). Sum of RGB (Red+Green+Blue) = 8+74+196=278 (36% of max value = 765). Red value is 8 (3.52% from 255 or 2.88% from 278); Green value is 74 (29.30% from 255 or 26.62% from 278); Blue value is 196 (76.95% from 255 or 70.50% from 278); Max value from RGB is 196 - color contains mainly: blue. Hex color #084AC4 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #084AC4 is #F7B53B. Grayscale: #434343. Windows color (decimal): -16233788 or 12864008. OLE color: 12864008.

HSL color Cylindrical-coordinate representation of color #084AC4: hue angle of 218.94º degrees, saturation: 0.92, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #084AC4 is Cyan = 0.96, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 8 74 196 -
CMYK 0.96 0.62 0 0.23
HSL 218.94º 0.92% 0.4% -
HSV(B) 218.94º 0.96% 0.77% -
XYZ 12.51 8.93 53.29 -
YUV 68.17 200.13 85.08 -
System Red Green Blue C M Y K H S L
Decimal 8 74 196 0.96 0.62 0 0.23 218.94 0.92 0.4
Hex 8 4A C4 60 3E 0 17 DB 5C 28
Octal 10 112 304 140 76 0 27 333 134 50
Binary 1000 1001010 11000100 1100000 111110 0 10111 11011011 1011100 101000

Color Harmonies of #084AC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #084AC4

Black with #084AC4

Text Example


Text Example

White with #084AC4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(8,74,196); }

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

background-color css

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

 a { background-color: rgb(8,74,196); }

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

border-color css

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

 span { border-color: rgb(8,74,196); }

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