Html Css Color HEX #0858C5 Denim

📋 copy color: '#0858C5'

red 8 ◦ green 88 ◦ blue 197

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

Shades of Denim #0858C5

Tints of Denim #0858C5

RGB

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

 GREEN value IS 88 (34.77% from 255) = 30.03%

 BLUE value IS 197 (77.34% from 255) = 67.24%

R = 2.73%
G = 30.03%
B = 67.24%

CMYK

 C value IS 0.96

 M value IS 0.55

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#0858C5 (or 0x0858C5) is known color: Denim. HEX triplet: 08, 58 and C5. RGB value is (8,88,197). Sum of RGB (Red+Green+Blue) = 8+88+197=293 (38% of max value = 765). Red value is 8 (3.52% from 255 or 2.73% from 293); Green value is 88 (34.77% from 255 or 30.03% from 293); Blue value is 197 (77.34% from 255 or 67.24% from 293); Max value from RGB is 197 - color contains mainly: blue. Hex color #0858C5 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0858C5 is #F7A73A. Grayscale: #4B4B4B. Windows color (decimal): -16230203 or 12933128. OLE color: 12933128.

HSL color Cylindrical-coordinate representation of color #0858C5: hue angle of 214.6º degrees, saturation: 0.92, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0858C5 is Cyan = 0.96, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 8 88 197 -
CMYK 0.96 0.55 0 0.23
HSL 214.6º 0.92% 0.4% -
HSV(B) 214.6º 0.96% 0.77% -
XYZ 13.67 11.06 54.24 -
YUV 76.51 196 79.14 -
System Red Green Blue C M Y K H S L
Decimal 8 88 197 0.96 0.55 0 0.23 214.6 0.92 0.4
Hex 8 58 C5 60 37 0 17 D7 5C 28
Octal 10 130 305 140 67 0 27 327 134 50
Binary 1000 1011000 11000101 1100000 110111 0 10111 11010111 1011100 101000

Color Harmonies of #0858C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0858C5

Black with #0858C5

Text Example


Text Example

White with #0858C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0858C5; }

 p { color: rgb(8,88,197); }

 H1.HeaderClassName
 {
   color: #0858C5;
 }
 .AnyTagClassName
 {
   color: #0858C5;
 }
</style>

background-color css

<style>
 a { background-color: #0858C5; }

 a { background-color: rgb(8,88,197); }

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

border-color css

<style>
 span { border-color: #0858C5; }

 span { border-color: rgb(8,88,197); }

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