Html Css Color HEX #2069C9 Denim

📋 copy color: '#2069C9'

red 32 ◦ green 105 ◦ blue 201

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

Shades of Denim #2069C9

Tints of Denim #2069C9

RGB

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

 GREEN value IS 105 (41.41% from 255) = 31.07%

 BLUE value IS 201 (78.91% from 255) = 59.47%

R = 9.47%
G = 31.07%
B = 59.47%

CMYK

 C value IS 0.84

 M value IS 0.48

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#2069C9 (or 0x2069C9) is known color: Denim. HEX triplet: 20, 69 and C9. RGB value is (32,105,201). Sum of RGB (Red+Green+Blue) = 32+105+201=338 (44% of max value = 765). Red value is 32 (12.89% from 255 or 9.47% from 338); Green value is 105 (41.41% from 255 or 31.07% from 338); Blue value is 201 (78.91% from 255 or 59.47% from 338); Max value from RGB is 201 - color contains mainly: blue. Hex color #2069C9 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2069C9 is #DF9636. Grayscale: #5D5D5D. Windows color (decimal): -14652983 or 13199648. OLE color: 13199648.

HSL color Cylindrical-coordinate representation of color #2069C9: hue angle of 214.08º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2069C9 is Cyan = 0.84, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 32 105 201 -
CMYK 0.84 0.48 0 0.21
HSL 214.08º 0.73% 0.46% -
HSV(B) 214.08º 0.84% 0.79% -
XYZ 16.19 14.63 57.23 -
YUV 94.12 188.32 83.69 -
System Red Green Blue C M Y K H S L
Decimal 32 105 201 0.84 0.48 0 0.21 214.08 0.73 0.46
Hex 20 69 C9 54 30 0 15 D6 49 2E
Octal 40 151 311 124 60 0 25 326 111 56
Binary 100000 1101001 11001001 1010100 110000 0 10101 11010110 1001001 101110

Color Harmonies of #2069C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2069C9

Black with #2069C9

Text Example


Text Example

White with #2069C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2069C9; }

 p { color: rgb(32,105,201); }

 H1.HeaderClassName
 {
   color: #2069C9;
 }
 .AnyTagClassName
 {
   color: #2069C9;
 }
</style>

background-color css

<style>
 a { background-color: #2069C9; }

 a { background-color: rgb(32,105,201); }

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

border-color css

<style>
 span { border-color: #2069C9; }

 span { border-color: rgb(32,105,201); }

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