#1448DD

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

Shades of Persian Blue #1448DD

Tints of Persian Blue #1448DD

Color information

#1448DD (or 0x1448DD) is unknown color: approx Persian Blue. HEX triplet: 14, 48 and DD. RGB value is (20,72,221). Sum of RGB (Red+Green+Blue) = 20+72+221=313 (41% of max value = 765). Red value is 20 (8.20% from 255 or 6.39% from 313); Green value is 72 (28.52% from 255 or 23.00% from 313); Blue value is 221 (86.72% from 255 or 70.61% from 313); Max value from RGB is 221 - color contains mainly: blue. Hex color #1448DD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1448DD is #EBB722. Grayscale: #484848. Windows color (decimal): -15447843 or 14501908. OLE color: 14501908.

HSL color Cylindrical-coordinate representation of color #1448DD: hue angle of 224.48º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1448DD is Cyan = 0.91, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB2072221-
CMYK0.910.6700.13
HSL224.48º83.4%47.25%-
HSV(B)224.48º90.95%86.67%-
XYZ15.661069.51-
YUV73.44211.2789.88-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 6.39%
GREEN value IS 72 (28.52% from 255) = 23.00%
BLUE value IS 221 (86.72% from 255) = 70.61%
R=6.39%
G=23.00%
B=70.61%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal20722210.910.6700.13224.4883.447.25
Hex1448DD5B430De0532f
Octal2411033513310301534012357
Binary101001001000110111011011011100001101101111000001010011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1448DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1448DD; }

 p { color: rgb(20,72,221); }

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

<style>
 a { background-color: #1448DD; }

 a { background-color: rgb(20,72,221); }

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

<style>
 span { border-color: #1448DD; }

 span { border-color: rgb(20,72,221); }

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