#084EBF

Color #084EBF Cobalt (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cobalt #084EBF

Tints of Cobalt #084EBF

Color information

#084EBF (or 0x084EBF) is unknown color: approx Cobalt. HEX triplet: 08, 4E and BF. RGB value is (8,78,191). Sum of RGB (Red+Green+Blue) = 8+78+191=277 (36% of max value = 765). Red value is 8 (3.52% from 255 or 2.89% from 277); Green value is 78 (30.86% from 255 or 28.16% from 277); Blue value is 191 (75% from 255 or 68.95% from 277); Max value from RGB is 191 - color contains mainly: blue. Hex color #084EBF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #084EBF is #F7B140. Grayscale: #454545. Windows color (decimal): -16232769 or 12537352. OLE color: 12537352.

HSL color Cylindrical-coordinate representation of color #084EBF: hue angle of 217.05º degrees, saturation: 0.92, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #084EBF is Cyan = 0.96, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB878191-
CMYK0.960.5900.25
HSL217.05º91.96%39.02%-
HSV(B)217.05º95.81%74.9%-
XYZ12.239.2650.43-
YUV69.95196.3183.81-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 2.89%
GREEN value IS 78 (30.86% from 255) = 28.16%
BLUE value IS 191 (75% from 255) = 68.95%
R=2.89%
G=28.16%
B=68.95%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal8781910.960.5900.25217.0591.9639.02
Hex84EBF603B019d95c27
Octal101162771407303133113447
Binary10001001110101111111100000111011011001110110011011100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #084EBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #084EBF;
 }
 .AnyTagClassName
 {
   color: #084EBF;
 }
</style>
background-color css

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

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

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

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

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

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