Html Css Color HEX #205FB4 Denim

📋 copy color: '#205FB4'

red 32 ◦ green 95 ◦ blue 180

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

Shades of Denim #205FB4

Tints of Denim #205FB4

RGB

 RED value IS 32 (12.89% from 255) = 10.42%

 GREEN value IS 95 (37.5% from 255) = 30.94%

 BLUE value IS 180 (70.7% from 255) = 58.63%

R = 10.42%
G = 30.94%
B = 58.63%

CMYK

 C value IS 0.82

 M value IS 0.47

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#205FB4 (or 0x205FB4) is known color: Denim. HEX triplet: 20, 5F and B4. RGB value is (32,95,180). Sum of RGB (Red+Green+Blue) = 32+95+180=307 (40% of max value = 765). Red value is 32 (12.89% from 255 or 10.42% from 307); Green value is 95 (37.5% from 255 or 30.94% from 307); Blue value is 180 (70.70% from 255 or 58.63% from 307); Max value from RGB is 180 - color contains mainly: blue. Hex color #205FB4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #205FB4 is #DFA04B. Grayscale: #555555. Windows color (decimal): -14655564 or 11820832. OLE color: 11820832.

HSL color Cylindrical-coordinate representation of color #205FB4: hue angle of 214.46º degrees, saturation: 0.7, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #205FB4 is Cyan = 0.82, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 32 95 180 -
CMYK 0.82 0.47 0 0.29
HSL 214.46º 0.7% 0.42% -
HSV(B) 214.46º 0.82% 0.71% -
XYZ 12.93 11.79 44.77 -
YUV 85.85 181.13 89.59 -
System Red Green Blue C M Y K H S L
Decimal 32 95 180 0.82 0.47 0 0.29 214.46 0.7 0.42
Hex 20 5F B4 52 2F 0 1D D6 46 2A
Octal 40 137 264 122 57 0 35 326 106 52
Binary 100000 1011111 10110100 1010010 101111 0 11101 11010110 1000110 101010

Color Harmonies of #205FB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #205FB4

Black with #205FB4

Text Example


Text Example

White with #205FB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #205FB4; }

 p { color: rgb(32,95,180); }

 H1.HeaderClassName
 {
   color: #205FB4;
 }
 .AnyTagClassName
 {
   color: #205FB4;
 }
</style>

background-color css

<style>
 a { background-color: #205FB4; }

 a { background-color: rgb(32,95,180); }

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

border-color css

<style>
 span { border-color: #205FB4; }

 span { border-color: rgb(32,95,180); }

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