#1202D5

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

Shades of Medium Blue #1202D5

Tints of Medium Blue #1202D5

Color information

#1202D5 (or 0x1202D5) is unknown color: approx Medium Blue. HEX triplet: 12, 02 and D5. RGB value is (18,2,213). Sum of RGB (Red+Green+Blue) = 18+2+213=233 (30% of max value = 765). Red value is 18 (7.42% from 255 or 7.73% from 233); Green value is 2 (1.17% from 255 or 0.86% from 233); Blue value is 213 (83.59% from 255 or 91.42% from 233); Max value from RGB is 213 - color contains mainly: blue. Hex color #1202D5 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1202D5 is #EDFD2A. Grayscale: #1E1E1E. Windows color (decimal): -15596843 or 13959698. OLE color: 13959698.

HSL color Cylindrical-coordinate representation of color #1202D5: hue angle of 244.55º degrees, saturation: 0.98, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #1202D5 is Cyan = 0.92, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB182213-
CMYK0.920.9900.16
HSL244.55º98.14%42.16%-
HSV(B)244.55º99.06%83.53%-
XYZ12.284.9863.26-
YUV30.84230.8118.84-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 7.73%
GREEN value IS 2 (1.17% from 255) = 0.86%
BLUE value IS 213 (83.59% from 255) = 91.42%
R=7.73%
G=0.86%
B=91.42%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1822130.920.9900.16244.5598.1442.16
Hex122D55C63010f5622a
Octal22232513414302036514252
Binary10010101101010110111001100011010000111101011100010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1202D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1202D5; }

 p { color: rgb(18,2,213); }

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

<style>
 a { background-color: #1202D5; }

 a { background-color: rgb(18,2,213); }

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

<style>
 span { border-color: #1202D5; }

 span { border-color: rgb(18,2,213); }

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