#1407CA

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

Shades of Medium Blue #1407CA

Tints of Medium Blue #1407CA

Color information

#1407CA (or 0x1407CA) is unknown color: approx Medium Blue. HEX triplet: 14, 07 and CA. RGB value is (20,7,202). Sum of RGB (Red+Green+Blue) = 20+7+202=229 (30% of max value = 765). Red value is 20 (8.20% from 255 or 8.73% from 229); Green value is 7 (3.12% from 255 or 3.06% from 229); Blue value is 202 (79.30% from 255 or 88.21% from 229); Max value from RGB is 202 - color contains mainly: blue. Hex color #1407CA is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1407CA is #EBF835. Grayscale: #202020. Windows color (decimal): -15464502 or 13240084. OLE color: 13240084.

HSL color Cylindrical-coordinate representation of color #1407CA: hue angle of 244º degrees, saturation: 0.93, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #1407CA is Cyan = 0.90, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB207202-
CMYK0.900.9700.21
HSL244º93.3%40.98%-
HSV(B)244º96.53%79.22%-
XYZ11.034.5656.18-
YUV33.12223.31118.64-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 8.73%
GREEN value IS 7 (3.12% from 255) = 3.06%
BLUE value IS 202 (79.30% from 255) = 88.21%
R=8.73%
G=3.06%
B=88.21%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2072020.900.9700.2124493.340.98
Hex147CA5A61015f45d29
Octal24731213214102536413551
Binary101001111100101010110101100001010101111101001011101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1407CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(20,7,202); }

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

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

 a { background-color: rgb(20,7,202); }

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

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

 span { border-color: rgb(20,7,202); }

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