Html Css Color HEX #0850BF Denim

📋 copy color: '#0850BF'

red 8 ◦ green 80 ◦ blue 191

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

Shades of Denim #0850BF

Tints of Denim #0850BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 68.46%

R = 2.87%
G = 28.67%
B = 68.46%

CMYK

 C value IS 0.96

 M value IS 0.58

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#0850BF (or 0x0850BF) is known color: Denim. HEX triplet: 08, 50 and BF. RGB value is (8,80,191). Sum of RGB (Red+Green+Blue) = 8+80+191=279 (36% of max value = 765). Red value is 8 (3.52% from 255 or 2.87% from 279); Green value is 80 (31.64% from 255 or 28.67% from 279); Blue value is 191 (75% from 255 or 68.46% from 279); Max value from RGB is 191 - color contains mainly: blue. Hex color #0850BF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0850BF is #F7AF40. Grayscale: #464646. Windows color (decimal): -16232257 or 12537864. OLE color: 12537864.

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

Color convert

RGB 8 80 191 -
CMYK 0.96 0.58 0 0.25
HSL 216.39º 0.92% 0.39% -
HSV(B) 216.39º 0.96% 0.75% -
XYZ 12.37 9.55 50.48 -
YUV 71.13 195.65 82.97 -
System Red Green Blue C M Y K H S L
Decimal 8 80 191 0.96 0.58 0 0.25 216.39 0.92 0.39
Hex 8 50 BF 60 3A 0 19 D8 5C 27
Octal 10 120 277 140 72 0 31 330 134 47
Binary 1000 1010000 10111111 1100000 111010 0 11001 11011000 1011100 100111

Color Harmonies of #0850BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0850BF

Black with #0850BF

Text Example


Text Example

White with #0850BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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