Html Css Color HEX #0850BD Denim

📋 copy color: '#0850BD'

red 8 ◦ green 80 ◦ blue 189

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

Shades of Denim #0850BD

Tints of Denim #0850BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 68.23%

R = 2.89%
G = 28.88%
B = 68.23%

CMYK

 C value IS 0.96

 M value IS 0.58

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#0850BD (or 0x0850BD) is known color: Denim. HEX triplet: 08, 50 and BD. RGB value is (8,80,189). Sum of RGB (Red+Green+Blue) = 8+80+189=277 (36% of max value = 765). Red value is 8 (3.52% from 255 or 2.89% from 277); Green value is 80 (31.64% from 255 or 28.88% from 277); Blue value is 189 (74.22% from 255 or 68.23% from 277); Max value from RGB is 189 - color contains mainly: blue. Hex color #0850BD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0850BD is #F7AF42. Grayscale: #464646. Windows color (decimal): -16232259 or 12406792. OLE color: 12406792.

HSL color Cylindrical-coordinate representation of color #0850BD: hue angle of 216.13º degrees, saturation: 0.92, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0850BD is Cyan = 0.96, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 8 80 189 -
CMYK 0.96 0.58 0 0.26
HSL 216.13º 0.92% 0.39% -
HSV(B) 216.13º 0.96% 0.74% -
XYZ 12.15 9.46 49.33 -
YUV 70.9 194.65 83.14 -
System Red Green Blue C M Y K H S L
Decimal 8 80 189 0.96 0.58 0 0.26 216.13 0.92 0.39
Hex 8 50 BD 60 3A 0 1A D8 5C 27
Octal 10 120 275 140 72 0 32 330 134 47
Binary 1000 1010000 10111101 1100000 111010 0 11010 11011000 1011100 100111

Color Harmonies of #0850BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0850BD

Black with #0850BD

Text Example


Text Example

White with #0850BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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