Html Css Color HEX #084EBC Cobalt

📋 copy color: '#084EBC'

red 8 ◦ green 78 ◦ blue 188

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

Shades of Cobalt #084EBC

Tints of Cobalt #084EBC

RGB

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

 GREEN value IS 78 (30.86% from 255) = 28.47%

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

R = 2.92%
G = 28.47%
B = 68.61%

CMYK

 C value IS 0.96

 M value IS 0.59

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#084EBC (or 0x084EBC) is known color: Cobalt. HEX triplet: 08, 4E and BC. RGB value is (8,78,188). Sum of RGB (Red+Green+Blue) = 8+78+188=274 (36% of max value = 765). Red value is 8 (3.52% from 255 or 2.92% from 274); Green value is 78 (30.86% from 255 or 28.47% from 274); Blue value is 188 (73.83% from 255 or 68.61% from 274); Max value from RGB is 188 - color contains mainly: blue. Hex color #084EBC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #084EBC is #F7B143. Grayscale: #454545. Windows color (decimal): -16232772 or 12340744. OLE color: 12340744.

HSL color Cylindrical-coordinate representation of color #084EBC: hue angle of 216.67º 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 #084EBC is Cyan = 0.96, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 8 78 188 -
CMYK 0.96 0.59 0 0.26
HSL 216.67º 0.92% 0.38% -
HSV(B) 216.67º 0.96% 0.74% -
XYZ 11.9 9.13 48.71 -
YUV 69.61 194.81 84.06 -
System Red Green Blue C M Y K H S L
Decimal 8 78 188 0.96 0.59 0 0.26 216.67 0.92 0.38
Hex 8 4E BC 60 3B 0 1A D9 5C 26
Octal 10 116 274 140 73 0 32 331 134 46
Binary 1000 1001110 10111100 1100000 111011 0 11010 11011001 1011100 100110

Color Harmonies of #084EBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #084EBC

Black with #084EBC

Text Example


Text Example

White with #084EBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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