Html Css Color HEX #0850B9 Cobalt

📋 copy color: '#0850B9'

red 8 ◦ green 80 ◦ blue 185

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

Shades of Cobalt #0850B9

Tints of Cobalt #0850B9

RGB

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

 GREEN value IS 80 (31.64% from 255) = 29.3%

 BLUE value IS 185 (72.66% from 255) = 67.77%

R = 2.93%
G = 29.3%
B = 67.77%

CMYK

 C value IS 0.96

 M value IS 0.57

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#0850B9 (or 0x0850B9) is known color: Cobalt. HEX triplet: 08, 50 and B9. RGB value is (8,80,185). Sum of RGB (Red+Green+Blue) = 8+80+185=273 (36% of max value = 765). Red value is 8 (3.52% from 255 or 2.93% from 273); Green value is 80 (31.64% from 255 or 29.30% from 273); Blue value is 185 (72.66% from 255 or 67.77% from 273); Max value from RGB is 185 - color contains mainly: blue. Hex color #0850B9 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0850B9 is #F7AF46. Grayscale: #454545. Windows color (decimal): -16232263 or 12144648. OLE color: 12144648.

HSL color Cylindrical-coordinate representation of color #0850B9: hue angle of 215.59º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0850B9 is Cyan = 0.96, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 8 80 185 -
CMYK 0.96 0.57 0 0.27
HSL 215.59º 0.92% 0.38% -
HSV(B) 215.59º 0.96% 0.73% -
XYZ 11.73 9.29 47.07 -
YUV 70.44 192.65 83.46 -
System Red Green Blue C M Y K H S L
Decimal 8 80 185 0.96 0.57 0 0.27 215.59 0.92 0.38
Hex 8 50 B9 60 39 0 1B D8 5C 26
Octal 10 120 271 140 71 0 33 330 134 46
Binary 1000 1010000 10111001 1100000 111001 0 11011 11011000 1011100 100110

Color Harmonies of #0850B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0850B9

Black with #0850B9

Text Example


Text Example

White with #0850B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0850B9; }

 p { color: rgb(8,80,185); }

 H1.HeaderClassName
 {
   color: #0850B9;
 }
 .AnyTagClassName
 {
   color: #0850B9;
 }
</style>

background-color css

<style>
 a { background-color: #0850B9; }

 a { background-color: rgb(8,80,185); }

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

border-color css

<style>
 span { border-color: #0850B9; }

 span { border-color: rgb(8,80,185); }

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