#1430D7

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

Shades of Persian Blue #1430D7

Tints of Persian Blue #1430D7

Color information

#1430D7 (or 0x1430D7) is unknown color: approx Persian Blue. HEX triplet: 14, 30 and D7. RGB value is (20,48,215). Sum of RGB (Red+Green+Blue) = 20+48+215=283 (37% of max value = 765). Red value is 20 (8.20% from 255 or 7.07% from 283); Green value is 48 (19.14% from 255 or 16.96% from 283); Blue value is 215 (84.38% from 255 or 75.97% from 283); Max value from RGB is 215 - color contains mainly: blue. Hex color #1430D7 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1430D7 is #EBCF28. Grayscale: #393939. Windows color (decimal): -15453993 or 14102548. OLE color: 14102548.

HSL color Cylindrical-coordinate representation of color #1430D7: hue angle of 231.38º degrees, saturation: 0.83, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1430D7 is Cyan = 0.91, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB2048215-
CMYK0.910.7800.16
HSL231.38º82.98%46.08%-
HSV(B)231.38º90.7%84.31%-
XYZ13.617.1764.96-
YUV58.67216.22100.42-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 7.07%
GREEN value IS 48 (19.14% from 255) = 16.96%
BLUE value IS 215 (84.38% from 255) = 75.97%
R=7.07%
G=16.96%
B=75.97%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal20482150.910.7800.16231.3882.9846.08
Hex1430D75B4E010e7532e
Octal246032713311602034712356
Binary101001100001101011110110111001110010000111001111010011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1430D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1430D7; }

 p { color: rgb(20,48,215); }

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

<style>
 a { background-color: #1430D7; }

 a { background-color: rgb(20,48,215); }

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

<style>
 span { border-color: #1430D7; }

 span { border-color: rgb(20,48,215); }

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