#1402C9

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

Shades of Medium Blue #1402C9

Tints of Medium Blue #1402C9

Color information

#1402C9 (or 0x1402C9) is unknown color: approx Medium Blue. HEX triplet: 14, 02 and C9. RGB value is (20,2,201). Sum of RGB (Red+Green+Blue) = 20+2+201=223 (29% of max value = 765). Red value is 20 (8.20% from 255 or 8.97% from 223); Green value is 2 (1.17% from 255 or 0.90% from 223); Blue value is 201 (78.91% from 255 or 90.13% from 223); Max value from RGB is 201 - color contains mainly: blue. Hex color #1402C9 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1402C9 is #EBFD36. Grayscale: #1D1D1D. Windows color (decimal): -15465783 or 13173268. OLE color: 13173268.

HSL color Cylindrical-coordinate representation of color #1402C9: hue angle of 245.43º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #1402C9 is Cyan = 0.90, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB202201-
CMYK0.900.9900.21
HSL245.43º98.03%39.8%-
HSV(B)245.43º99%78.82%-
XYZ10.854.4155.54-
YUV30.07224.46120.82-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 8.97%
GREEN value IS 2 (1.17% from 255) = 0.90%
BLUE value IS 201 (78.91% from 255) = 90.13%
R=8.97%
G=0.90%
B=90.13%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2022010.900.9900.21245.4398.0339.8
Hex142C95A63015f56228
Octal24231113214302536514250
Binary10100101100100110110101100011010101111101011100010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1402C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(20,2,201); }

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

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

 a { background-color: rgb(20,2,201); }

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

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

 span { border-color: rgb(20,2,201); }

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