Html Css Color HEX #083FB4 Cobalt

📋 copy color: '#083FB4'

red 8 ◦ green 63 ◦ blue 180

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

Shades of Cobalt #083FB4

Tints of Cobalt #083FB4

RGB

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

 GREEN value IS 63 (25% from 255) = 25.1%

 BLUE value IS 180 (70.7% from 255) = 71.71%

R = 3.19%
G = 25.1%
B = 71.71%

CMYK

 C value IS 0.96

 M value IS 0.65

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#083FB4 (or 0x083FB4) is known color: Cobalt. HEX triplet: 08, 3F and B4. RGB value is (8,63,180). Sum of RGB (Red+Green+Blue) = 8+63+180=251 (33% of max value = 765). Red value is 8 (3.52% from 255 or 3.19% from 251); Green value is 63 (25% from 255 or 25.10% from 251); Blue value is 180 (70.70% from 255 or 71.71% from 251); Max value from RGB is 180 - color contains mainly: blue. Hex color #083FB4 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #083FB4 is #F7C04B. Grayscale: #3B3B3B. Windows color (decimal): -16236620 or 11812616. OLE color: 11812616.

HSL color Cylindrical-coordinate representation of color #083FB4: hue angle of 220.81º degrees, saturation: 0.91, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #083FB4 is Cyan = 0.96, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 8 63 180 -
CMYK 0.96 0.65 0 0.29
HSL 220.81º 0.91% 0.37% -
HSV(B) 220.81º 0.96% 0.71% -
XYZ 10.12 6.9 43.98 -
YUV 59.89 195.78 90.99 -
System Red Green Blue C M Y K H S L
Decimal 8 63 180 0.96 0.65 0 0.29 220.81 0.91 0.37
Hex 8 3F B4 60 41 0 1D DD 5B 25
Octal 10 77 264 140 101 0 35 335 133 45
Binary 1000 111111 10110100 1100000 1000001 0 11101 11011101 1011011 100101

Color Harmonies of #083FB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #083FB4

Black with #083FB4

Text Example


Text Example

White with #083FB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #083FB4; }

 p { color: rgb(8,63,180); }

 H1.HeaderClassName
 {
   color: #083FB4;
 }
 .AnyTagClassName
 {
   color: #083FB4;
 }
</style>

background-color css

<style>
 a { background-color: #083FB4; }

 a { background-color: rgb(8,63,180); }

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

border-color css

<style>
 span { border-color: #083FB4; }

 span { border-color: rgb(8,63,180); }

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