Html Css Color HEX #2063CE Denim

📋 copy color: '#2063CE'

red 32 ◦ green 99 ◦ blue 206

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

Shades of Denim #2063CE

Tints of Denim #2063CE

RGB

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

 GREEN value IS 99 (39.06% from 255) = 29.38%

 BLUE value IS 206 (80.86% from 255) = 61.13%

R = 9.5%
G = 29.38%
B = 61.13%

CMYK

 C value IS 0.84

 M value IS 0.52

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#2063CE (or 0x2063CE) is known color: Denim. HEX triplet: 20, 63 and CE. RGB value is (32,99,206). Sum of RGB (Red+Green+Blue) = 32+99+206=337 (44% of max value = 765). Red value is 32 (12.89% from 255 or 9.50% from 337); Green value is 99 (39.06% from 255 or 29.38% from 337); Blue value is 206 (80.86% from 255 or 61.13% from 337); Max value from RGB is 206 - color contains mainly: blue. Hex color #2063CE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2063CE is #DF9C31. Grayscale: #5A5A5A. Windows color (decimal): -14654514 or 13525792. OLE color: 13525792.

HSL color Cylindrical-coordinate representation of color #2063CE: hue angle of 216.9º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2063CE is Cyan = 0.84, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 32 99 206 -
CMYK 0.84 0.52 0 0.19
HSL 216.9º 0.73% 0.47% -
HSV(B) 216.9º 0.84% 0.81% -
XYZ 16.2 13.69 60.18 -
YUV 91.17 192.8 85.8 -
System Red Green Blue C M Y K H S L
Decimal 32 99 206 0.84 0.52 0 0.19 216.9 0.73 0.47
Hex 20 63 CE 54 34 0 13 D9 49 2F
Octal 40 143 316 124 64 0 23 331 111 57
Binary 100000 1100011 11001110 1010100 110100 0 10011 11011001 1001001 101111

Color Harmonies of #2063CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2063CE

Black with #2063CE

Text Example


Text Example

White with #2063CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2063CE; }

 p { color: rgb(32,99,206); }

 H1.HeaderClassName
 {
   color: #2063CE;
 }
 .AnyTagClassName
 {
   color: #2063CE;
 }
</style>

background-color css

<style>
 a { background-color: #2063CE; }

 a { background-color: rgb(32,99,206); }

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

border-color css

<style>
 span { border-color: #2063CE; }

 span { border-color: rgb(32,99,206); }

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