Html Css Color HEX #0850C9 Denim

📋 copy color: '#0850C9'

red 8 ◦ green 80 ◦ blue 201

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

Shades of Denim #0850C9

Tints of Denim #0850C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 69.55%

R = 2.77%
G = 27.68%
B = 69.55%

CMYK

 C value IS 0.96

 M value IS 0.60

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#0850C9 (or 0x0850C9) is known color: Denim. HEX triplet: 08, 50 and C9. RGB value is (8,80,201). Sum of RGB (Red+Green+Blue) = 8+80+201=289 (38% of max value = 765). Red value is 8 (3.52% from 255 or 2.77% from 289); Green value is 80 (31.64% from 255 or 27.68% from 289); Blue value is 201 (78.91% from 255 or 69.55% from 289); Max value from RGB is 201 - color contains mainly: blue. Hex color #0850C9 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0850C9 is #F7AF36. Grayscale: #474747. Windows color (decimal): -16232247 or 13193224. OLE color: 13193224.

HSL color Cylindrical-coordinate representation of color #0850C9: hue angle of 217.62º degrees, saturation: 0.92, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0850C9 is Cyan = 0.96, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 8 80 201 -
CMYK 0.96 0.60 0 0.21
HSL 217.62º 0.92% 0.41% -
HSV(B) 217.62º 0.96% 0.79% -
XYZ 13.51 10.01 56.48 -
YUV 72.27 200.65 82.16 -
System Red Green Blue C M Y K H S L
Decimal 8 80 201 0.96 0.60 0 0.21 217.62 0.92 0.41
Hex 8 50 C9 60 3C 0 15 DA 5C 29
Octal 10 120 311 140 74 0 25 332 134 51
Binary 1000 1010000 11001001 1100000 111100 0 10101 11011010 1011100 101001

Color Harmonies of #0850C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0850C9

Black with #0850C9

Text Example


Text Example

White with #0850C9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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