Html Css Color HEX #084FB3 Cobalt

📋 copy color: '#084FB3'

red 8 ◦ green 79 ◦ blue 179

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

Shades of Cobalt #084FB3

Tints of Cobalt #084FB3

RGB

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

 GREEN value IS 79 (31.25% from 255) = 29.7%

 BLUE value IS 179 (70.31% from 255) = 67.29%

R = 3.01%
G = 29.7%
B = 67.29%

CMYK

 C value IS 0.96

 M value IS 0.56

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#084FB3 (or 0x084FB3) is known color: Cobalt. HEX triplet: 08, 4F and B3. RGB value is (8,79,179). Sum of RGB (Red+Green+Blue) = 8+79+179=266 (35% of max value = 765). Red value is 8 (3.52% from 255 or 3.01% from 266); Green value is 79 (31.25% from 255 or 29.70% from 266); Blue value is 179 (70.31% from 255 or 67.29% from 266); Max value from RGB is 179 - color contains mainly: blue. Hex color #084FB3 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #084FB3 is #F7B04C. Grayscale: #444444. Windows color (decimal): -16232525 or 11751176. OLE color: 11751176.

HSL color Cylindrical-coordinate representation of color #084FB3: hue angle of 215.09º degrees, saturation: 0.91, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #084FB3 is Cyan = 0.96, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 8 79 179 -
CMYK 0.96 0.56 0 0.30
HSL 215.09º 0.91% 0.37% -
HSV(B) 215.09º 0.96% 0.7% -
XYZ 11.03 8.9 43.78 -
YUV 69.17 189.98 84.37 -
System Red Green Blue C M Y K H S L
Decimal 8 79 179 0.96 0.56 0 0.30 215.09 0.91 0.37
Hex 8 4F B3 60 38 0 1E D7 5B 25
Octal 10 117 263 140 70 0 36 327 133 45
Binary 1000 1001111 10110011 1100000 111000 0 11110 11010111 1011011 100101

Color Harmonies of #084FB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #084FB3

Black with #084FB3

Text Example


Text Example

White with #084FB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(8,79,179); }

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

background-color css

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

 a { background-color: rgb(8,79,179); }

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

border-color css

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

 span { border-color: rgb(8,79,179); }

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