#1603DD

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

Shades of Medium Blue #1603DD

Tints of Medium Blue #1603DD

Color information

#1603DD (or 0x1603DD) is unknown color: approx Medium Blue. HEX triplet: 16, 03 and DD. RGB value is (22,3,221). Sum of RGB (Red+Green+Blue) = 22+3+221=246 (32% of max value = 765). Red value is 22 (8.98% from 255 or 8.94% from 246); Green value is 3 (1.56% from 255 or 1.22% from 246); Blue value is 221 (86.72% from 255 or 89.84% from 246); Max value from RGB is 221 - color contains mainly: blue. Hex color #1603DD is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1603DD is #E9FC22. Grayscale: #202020. Windows color (decimal): -15334435 or 14484246. OLE color: 14484246.

HSL color Cylindrical-coordinate representation of color #1603DD: hue angle of 245.23º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #1603DD is Cyan = 0.90, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB223221-
CMYK0.900.9900.13
HSL245.23º97.32%43.92%-
HSV(B)245.23º98.64%86.67%-
XYZ13.415.4668.75-
YUV33.53233.79119.77-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 8.94%
GREEN value IS 3 (1.56% from 255) = 1.22%
BLUE value IS 221 (86.72% from 255) = 89.84%
R=8.94%
G=1.22%
B=89.84%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2232210.900.9900.13245.2397.3243.92
Hex163DD5A630Df5612c
Octal26333513214301536514154
Binary1011011110111011011010110001101101111101011100001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1603DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1603DD; }

 p { color: rgb(22,3,221); }

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

<style>
 a { background-color: #1603DD; }

 a { background-color: rgb(22,3,221); }

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

<style>
 span { border-color: #1603DD; }

 span { border-color: rgb(22,3,221); }

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