Html Css Color HEX #1224DD Persian Blue

📋 copy color: '#1224DD'

red 18 ◦ green 36 ◦ blue 221

#1224DD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Persian Blue #1224DD

Tints of Persian Blue #1224DD

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 value IS 0.92

 M value IS 0.84

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#1224DD (or 0x1224DD) is known color: 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

RGB 18 36 221 -
CMYK 0.92 0.84 0 0.13
HSL 234.68º 0.85% 0.47% -
HSV(B) 234.68º 0.92% 0.87% -
XYZ 13.93 6.61 68.95 -
YUV 51.71 223.54 103.96 -
System Red Green Blue C M Y K H S L
Decimal 18 36 221 0.92 0.84 0 0.13 234.68 0.85 0.47
Hex 12 24 DD 5C 54 0 D EB 55 2F
Octal 22 44 335 134 124 0 15 353 125 57
Binary 10010 100100 11011101 1011100 1010100 0 1101 11101011 1010101 101111

Color Harmonies of #1224DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1224DD

Black with #1224DD

Text Example


Text Example

White with #1224DD

Text Example


Text Example

HTML Codes & Css Web 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>