#1224DD

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

Shades of Persian Blue #1224DD

Tints of Persian Blue #1224DD

Color information

#1224DD (or 0x1224DD) is unknown color: approx Persian Blue. HEX triplet: 12, 24 and DD. RGB value is (18,36,221). Sum of RGB (Red+Green+Blue) = 18+36+221=275 (36% of max value = 765). Red value is 18 (7.42% from 255 or 6.55% from 275); Green value is 36 (14.45% from 255 or 13.09% from 275); Blue value is 221 (86.72% from 255 or 80.36% from 275); Max value from RGB is 221 - color contains mainly: blue. Hex color #1224DD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1224DD is #EDDB22. Grayscale: #323232. Windows color (decimal): -15588131 or 14492690. OLE color: 14492690.

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

Color convert

RGB1836221-
CMYK0.920.8400.13
HSL234.68º84.94%46.86%-
HSV(B)234.68º91.86%86.67%-
XYZ13.936.6168.95-
YUV51.71223.54103.96-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 6.55%
GREEN value IS 36 (14.45% from 255) = 13.09%
BLUE value IS 221 (86.72% from 255) = 80.36%
R=6.55%
G=13.09%
B=80.36%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal18362210.920.8400.13234.6884.9446.86
Hex1224DD5C540Deb552f
Octal224433513412401535312557
Binary10010100100110111011011100101010001101111010111010101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1224DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,36,221); }

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

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

 a { background-color: rgb(18,36,221); }

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

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

 span { border-color: rgb(18,36,221); }

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