Html Css Color HEX #084BBC Cobalt

📋 copy color: '#084BBC'

red 8 ◦ green 75 ◦ blue 188

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

Shades of Cobalt #084BBC

Tints of Cobalt #084BBC

RGB

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

 GREEN value IS 75 (29.69% from 255) = 27.68%

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

R = 2.95%
G = 27.68%
B = 69.37%

CMYK

 C value IS 0.96

 M value IS 0.60

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#084BBC (or 0x084BBC) is known color: Cobalt. HEX triplet: 08, 4B and BC. RGB value is (8,75,188). Sum of RGB (Red+Green+Blue) = 8+75+188=271 (35% of max value = 765). Red value is 8 (3.52% from 255 or 2.95% from 271); Green value is 75 (29.69% from 255 or 27.68% from 271); Blue value is 188 (73.83% from 255 or 69.37% from 271); Max value from RGB is 188 - color contains mainly: blue. Hex color #084BBC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #084BBC is #F7B443. Grayscale: #434343. Windows color (decimal): -16233540 or 12339976. OLE color: 12339976.

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

Color convert

RGB 8 75 188 -
CMYK 0.96 0.60 0 0.26
HSL 217.67º 0.92% 0.38% -
HSV(B) 217.67º 0.96% 0.74% -
XYZ 11.69 8.71 48.64 -
YUV 67.85 195.8 85.31 -
System Red Green Blue C M Y K H S L
Decimal 8 75 188 0.96 0.60 0 0.26 217.67 0.92 0.38
Hex 8 4B BC 60 3C 0 1A DA 5C 26
Octal 10 113 274 140 74 0 32 332 134 46
Binary 1000 1001011 10111100 1100000 111100 0 11010 11011010 1011100 100110

Color Harmonies of #084BBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #084BBC

Black with #084BBC

Text Example


Text Example

White with #084BBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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