Html Css Color HEX #085CBB Denim

📋 copy color: '#085CBB'

red 8 ◦ green 92 ◦ blue 187

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

Shades of Denim #085CBB

Tints of Denim #085CBB

RGB

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

 GREEN value IS 92 (36.33% from 255) = 32.06%

 BLUE value IS 187 (73.44% from 255) = 65.16%

R = 2.79%
G = 32.06%
B = 65.16%

CMYK

 C value IS 0.96

 M value IS 0.51

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#085CBB (or 0x085CBB) is known color: Denim. HEX triplet: 08, 5C and BB. RGB value is (8,92,187). Sum of RGB (Red+Green+Blue) = 8+92+187=287 (38% of max value = 765). Red value is 8 (3.52% from 255 or 2.79% from 287); Green value is 92 (36.33% from 255 or 32.06% from 287); Blue value is 187 (73.44% from 255 or 65.16% from 287); Max value from RGB is 187 - color contains mainly: blue. Hex color #085CBB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #085CBB is #F7A344. Grayscale: #4D4D4D. Windows color (decimal): -16229189 or 12278792. OLE color: 12278792.

HSL color Cylindrical-coordinate representation of color #085CBB: hue angle of 211.84º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #085CBB is Cyan = 0.96, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 8 92 187 -
CMYK 0.96 0.51 0 0.27
HSL 211.84º 0.92% 0.38% -
HSV(B) 211.84º 0.96% 0.73% -
XYZ 12.9 11.29 48.51 -
YUV 77.71 189.67 78.28 -
System Red Green Blue C M Y K H S L
Decimal 8 92 187 0.96 0.51 0 0.27 211.84 0.92 0.38
Hex 8 5C BB 60 33 0 1B D4 5C 26
Octal 10 134 273 140 63 0 33 324 134 46
Binary 1000 1011100 10111011 1100000 110011 0 11011 11010100 1011100 100110

Color Harmonies of #085CBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #085CBB

Black with #085CBB

Text Example


Text Example

White with #085CBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #085CBB; }

 p { color: rgb(8,92,187); }

 H1.HeaderClassName
 {
   color: #085CBB;
 }
 .AnyTagClassName
 {
   color: #085CBB;
 }
</style>

background-color css

<style>
 a { background-color: #085CBB; }

 a { background-color: rgb(8,92,187); }

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

border-color css

<style>
 span { border-color: #085CBB; }

 span { border-color: rgb(8,92,187); }

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