Html Css Color HEX #084ABC Cobalt

📋 copy color: '#084ABC'

red 8 ◦ green 74 ◦ blue 188

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

Shades of Cobalt #084ABC

Tints of Cobalt #084ABC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 69.63%

R = 2.96%
G = 27.41%
B = 69.63%

CMYK

 C value IS 0.96

 M value IS 0.61

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#084ABC (or 0x084ABC) is known color: Cobalt. HEX triplet: 08, 4A and BC. RGB value is (8,74,188). Sum of RGB (Red+Green+Blue) = 8+74+188=270 (35% of max value = 765). Red value is 8 (3.52% from 255 or 2.96% from 270); Green value is 74 (29.30% from 255 or 27.41% from 270); Blue value is 188 (73.83% from 255 or 69.63% from 270); Max value from RGB is 188 - color contains mainly: blue. Hex color #084ABC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #084ABC is #F7B543. Grayscale: #424242. Windows color (decimal): -16233796 or 12339720. OLE color: 12339720.

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

Color convert

RGB 8 74 188 -
CMYK 0.96 0.61 0 0.26
HSL 218º 0.92% 0.38% -
HSV(B) 218º 0.96% 0.74% -
XYZ 11.63 8.58 48.62 -
YUV 67.26 196.13 85.73 -
System Red Green Blue C M Y K H S L
Decimal 8 74 188 0.96 0.61 0 0.26 218 0.92 0.38
Hex 8 4A BC 60 3D 0 1A DA 5C 26
Octal 10 112 274 140 75 0 32 332 134 46
Binary 1000 1001010 10111100 1100000 111101 0 11010 11011010 1011100 100110

Color Harmonies of #084ABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #084ABC

Black with #084ABC

Text Example


Text Example

White with #084ABC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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