#1407C3

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

Shades of Medium Blue #1407C3

Tints of Medium Blue #1407C3

Color information

#1407C3 (or 0x1407C3) is unknown color: approx Medium Blue. HEX triplet: 14, 07 and C3. RGB value is (20,7,195). Sum of RGB (Red+Green+Blue) = 20+7+195=222 (29% of max value = 765). Red value is 20 (8.20% from 255 or 9.01% from 222); Green value is 7 (3.12% from 255 or 3.15% from 222); Blue value is 195 (76.56% from 255 or 87.84% from 222); Max value from RGB is 195 - color contains mainly: blue. Hex color #1407C3 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1407C3 is #EBF83C. Grayscale: #1F1F1F. Windows color (decimal): -15464509 or 12781332. OLE color: 12781332.

HSL color Cylindrical-coordinate representation of color #1407C3: hue angle of 244.15º degrees, saturation: 0.93, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #1407C3 is Cyan = 0.90, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB207195-
CMYK0.900.9600.24
HSL244.15º93.07%39.61%-
HSV(B)244.15º96.41%76.47%-
XYZ10.214.2451.91-
YUV32.32219.81119.21-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 9.01%
GREEN value IS 7 (3.12% from 255) = 3.15%
BLUE value IS 195 (76.56% from 255) = 87.84%
R=9.01%
G=3.15%
B=87.84%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal2071950.900.9600.24244.1593.0739.61
Hex147C35A60018f45d28
Octal24730313214003036413550
Binary101001111100001110110101100000011000111101001011101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1407C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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