Html Css Color HEX #085CC1 Denim

📋 copy color: '#085CC1'

red 8 ◦ green 92 ◦ blue 193

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

Shades of Denim #085CC1

Tints of Denim #085CC1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 65.87%

R = 2.73%
G = 31.4%
B = 65.87%

CMYK

 C value IS 0.96

 M value IS 0.52

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#085CC1 (or 0x085CC1) is known color: Denim. HEX triplet: 08, 5C and C1. RGB value is (8,92,193). Sum of RGB (Red+Green+Blue) = 8+92+193=293 (38% of max value = 765). Red value is 8 (3.52% from 255 or 2.73% from 293); Green value is 92 (36.33% from 255 or 31.40% from 293); Blue value is 193 (75.78% from 255 or 65.87% from 293); Max value from RGB is 193 - color contains mainly: blue. Hex color #085CC1 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #085CC1 is #F7A33E. Grayscale: #4D4D4D. Windows color (decimal): -16229183 or 12672008. OLE color: 12672008.

HSL color Cylindrical-coordinate representation of color #085CC1: hue angle of 212.76º degrees, saturation: 0.92, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #085CC1 is Cyan = 0.96, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 8 92 193 -
CMYK 0.96 0.52 0 0.24
HSL 212.76º 0.92% 0.39% -
HSV(B) 212.76º 0.96% 0.76% -
XYZ 13.55 11.56 51.97 -
YUV 78.4 192.67 77.79 -
System Red Green Blue C M Y K H S L
Decimal 8 92 193 0.96 0.52 0 0.24 212.76 0.92 0.39
Hex 8 5C C1 60 34 0 18 D5 5C 27
Octal 10 134 301 140 64 0 30 325 134 47
Binary 1000 1011100 11000001 1100000 110100 0 11000 11010101 1011100 100111

Color Harmonies of #085CC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #085CC1

Black with #085CC1

Text Example


Text Example

White with #085CC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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