Html Css Color HEX #0850BC Cobalt

📋 copy color: '#0850BC'

red 8 ◦ green 80 ◦ blue 188

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

Shades of Cobalt #0850BC

Tints of Cobalt #0850BC

RGB

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

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

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

R = 2.9%
G = 28.99%
B = 68.12%

CMYK

 C value IS 0.96

 M value IS 0.57

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#0850BC (or 0x0850BC) is known color: Cobalt. HEX triplet: 08, 50 and BC. RGB value is (8,80,188). Sum of RGB (Red+Green+Blue) = 8+80+188=276 (36% of max value = 765). Red value is 8 (3.52% from 255 or 2.90% from 276); Green value is 80 (31.64% from 255 or 28.99% from 276); Blue value is 188 (73.83% from 255 or 68.12% from 276); Max value from RGB is 188 - color contains mainly: blue. Hex color #0850BC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0850BC is #F7AF43. Grayscale: #464646. Windows color (decimal): -16232260 or 12341256. OLE color: 12341256.

HSL color Cylindrical-coordinate representation of color #0850BC: hue angle of 216º 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 #0850BC is Cyan = 0.96, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 8 80 188 -
CMYK 0.96 0.57 0 0.26
HSL 216º 0.92% 0.38% -
HSV(B) 216º 0.96% 0.74% -
XYZ 12.05 9.42 48.76 -
YUV 70.78 194.15 83.22 -
System Red Green Blue C M Y K H S L
Decimal 8 80 188 0.96 0.57 0 0.26 216 0.92 0.38
Hex 8 50 BC 60 39 0 1A D8 5C 26
Octal 10 120 274 140 71 0 32 330 134 46
Binary 1000 1010000 10111100 1100000 111001 0 11010 11011000 1011100 100110

Color Harmonies of #0850BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0850BC

Black with #0850BC

Text Example


Text Example

White with #0850BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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