#1940D0

Color #1940D0 Persian Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Blue #1940D0

Tints of Persian Blue #1940D0

Color information

#1940D0 (or 0x1940D0) is unknown color: approx Persian Blue. HEX triplet: 19, 40 and D0. RGB value is (25,64,208). Sum of RGB (Red+Green+Blue) = 25+64+208=297 (39% of max value = 765). Red value is 25 (10.16% from 255 or 8.42% from 297); Green value is 64 (25.39% from 255 or 21.55% from 297); Blue value is 208 (81.64% from 255 or 70.03% from 297); Max value from RGB is 208 - color contains mainly: blue. Hex color #1940D0 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1940D0 is #E6BF2F. Grayscale: #444444. Windows color (decimal): -15122224 or 13647897. OLE color: 13647897.

HSL color Cylindrical-coordinate representation of color #1940D0: hue angle of 227.21º degrees, saturation: 0.79, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1940D0 is Cyan = 0.88, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB2564208-
CMYK0.880.6900.18
HSL227.21º78.54%45.69%-
HSV(B)227.21º87.98%81.57%-
XYZ13.628.4360.58-
YUV68.76206.5896.79-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 8.42%
GREEN value IS 64 (25.39% from 255) = 21.55%
BLUE value IS 208 (81.64% from 255) = 70.03%
R=8.42%
G=21.55%
B=70.03%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal25642080.880.6900.18227.2178.5445.69
Hex1940D05845012e34f2e
Octal3110032013010502234311756
Binary1100110000001101000010110001000101010010111000111001111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1940D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1940D0; }

 p { color: rgb(25,64,208); }

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

<style>
 a { background-color: #1940D0; }

 a { background-color: rgb(25,64,208); }

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

<style>
 span { border-color: #1940D0; }

 span { border-color: rgb(25,64,208); }

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