Html Css Color HEX #0858BE Denim

📋 copy color: '#0858BE'

red 8 ◦ green 88 ◦ blue 190

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

Shades of Denim #0858BE

Tints of Denim #0858BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 66.43%

R = 2.8%
G = 30.77%
B = 66.43%

CMYK

 C value IS 0.96

 M value IS 0.54

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#0858BE (or 0x0858BE) is known color: Denim. HEX triplet: 08, 58 and BE. RGB value is (8,88,190). Sum of RGB (Red+Green+Blue) = 8+88+190=286 (37% of max value = 765). Red value is 8 (3.52% from 255 or 2.80% from 286); Green value is 88 (34.77% from 255 or 30.77% from 286); Blue value is 190 (74.61% from 255 or 66.43% from 286); Max value from RGB is 190 - color contains mainly: blue. Hex color #0858BE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0858BE is #F7A741. Grayscale: #4B4B4B. Windows color (decimal): -16230210 or 12474376. OLE color: 12474376.

HSL color Cylindrical-coordinate representation of color #0858BE: hue angle of 213.63º 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 #0858BE is Cyan = 0.96, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 8 88 190 -
CMYK 0.96 0.54 0 0.25
HSL 213.63º 0.92% 0.39% -
HSV(B) 213.63º 0.96% 0.75% -
XYZ 12.88 10.75 50.11 -
YUV 75.71 192.5 79.71 -
System Red Green Blue C M Y K H S L
Decimal 8 88 190 0.96 0.54 0 0.25 213.63 0.92 0.39
Hex 8 58 BE 60 36 0 19 D6 5C 27
Octal 10 130 276 140 66 0 31 326 134 47
Binary 1000 1011000 10111110 1100000 110110 0 11001 11010110 1011100 100111

Color Harmonies of #0858BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0858BE

Black with #0858BE

Text Example


Text Example

White with #0858BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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