#1D30E9

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

Shades of Persian Blue #1D30E9

Tints of Persian Blue #1D30E9

Color information

#1D30E9 (or 0x1D30E9) is unknown color: approx Persian Blue. HEX triplet: 1D, 30 and E9. RGB value is (29,48,233). Sum of RGB (Red+Green+Blue) = 29+48+233=310 (41% of max value = 765). Red value is 29 (11.72% from 255 or 9.35% from 310); Green value is 48 (19.14% from 255 or 15.48% from 310); Blue value is 233 (91.41% from 255 or 75.16% from 310); Max value from RGB is 233 - color contains mainly: blue. Hex color #1D30E9 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #1D30E9 is #E2CF16. Grayscale: #3E3E3E. Windows color (decimal): -14864151 or 15282205. OLE color: 15282205.

HSL color Cylindrical-coordinate representation of color #1D30E9: hue angle of 234.41º degrees, saturation: 0.82, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1D30E9 is Cyan = 0.88, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB2948233-
CMYK0.880.7900.09
HSL234.41º82.26%51.37%-
HSV(B)234.41º87.55%91.37%-
XYZ16.278.2677.83-
YUV63.41223.71103.46-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 9.35%
GREEN value IS 48 (19.14% from 255) = 15.48%
BLUE value IS 233 (91.41% from 255) = 75.16%
R=9.35%
G=15.48%
B=75.16%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal29482330.880.7900.09234.4182.2651.37
Hex1D30E9584F09ea5233
Octal356035113011701135212263
Binary11101110000111010011011000100111101001111010101010010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D30E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1D30E9; }

 p { color: rgb(29,48,233); }

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

<style>
 a { background-color: #1D30E9; }

 a { background-color: rgb(29,48,233); }

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

<style>
 span { border-color: #1D30E9; }

 span { border-color: rgb(29,48,233); }

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