#2117CA

Color #2117CA Medium Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Blue #2117CA

Tints of Medium Blue #2117CA

Color information

#2117CA (or 0x2117CA) is unknown color: approx Medium Blue. HEX triplet: 21, 17 and CA. RGB value is (33,23,202). Sum of RGB (Red+Green+Blue) = 33+23+202=258 (34% of max value = 765). Red value is 33 (13.28% from 255 or 12.79% from 258); Green value is 23 (9.38% from 255 or 8.91% from 258); Blue value is 202 (79.30% from 255 or 78.29% from 258); Max value from RGB is 202 - color contains mainly: blue. Hex color #2117CA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2117CA is #DEE835. Grayscale: #2D2D2D. Windows color (decimal): -14608438 or 13244193. OLE color: 13244193.

HSL color Cylindrical-coordinate representation of color #2117CA: hue angle of 243.35º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #2117CA is Cyan = 0.84, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB3323202-
CMYK0.840.8900.21
HSL243.35º79.56%44.12%-
HSV(B)243.35º88.61%79.22%-
XYZ11.595.256.27-
YUV46.4215.81118.45-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 12.79%
GREEN value IS 23 (9.38% from 255) = 8.91%
BLUE value IS 202 (79.30% from 255) = 78.29%
R=12.79%
G=8.91%
B=78.29%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal33232020.840.8900.21243.3579.5644.12
Hex2117CA5459015f3502c
Octal412731212413102536312054
Binary100001101111100101010101001011001010101111100111010000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2117CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2117CA; }

 p { color: rgb(33,23,202); }

 H1.HeaderClassName
 {
   color: #2117CA;
 }
 .AnyTagClassName
 {
   color: #2117CA;
 }
</style>
background-color css

<style>
 a { background-color: #2117CA; }

 a { background-color: rgb(33,23,202); }

 div.DivClassName
 {
   background-color: #2117CA;
 }
 .BgClassName
 {
   background-color: #2117CA;
 }
</style>
border-color css

<style>
 span { border-color: #2117CA; }

 span { border-color: rgb(33,23,202); }

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