Html Css Color HEX #1224CD Persian Blue

📋 copy color: '#1224CD'

red 18 ◦ green 36 ◦ blue 205

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

Shades of Persian Blue #1224CD

Tints of Persian Blue #1224CD

RGB

 RED value IS 18 (7.42% from 255) = 6.95%

 GREEN value IS 36 (14.45% from 255) = 13.9%

 BLUE value IS 205 (80.47% from 255) = 79.15%

R = 6.95%
G = 13.9%
B = 79.15%

CMYK

 C value IS 0.91

 M value IS 0.82

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#1224CD (or 0x1224CD) is known color: Persian Blue. HEX triplet: 12, 24 and CD. RGB value is (18,36,205). Sum of RGB (Red+Green+Blue) = 18+36+205=259 (34% of max value = 765). Red value is 18 (7.42% from 255 or 6.95% from 259); Green value is 36 (14.45% from 255 or 13.90% from 259); Blue value is 205 (80.47% from 255 or 79.15% from 259); Max value from RGB is 205 - color contains mainly: blue. Hex color #1224CD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1224CD is #EDDB32. Grayscale: #313131. Windows color (decimal): -15588147 or 13444114. OLE color: 13444114.

HSL color Cylindrical-coordinate representation of color #1224CD: hue angle of 234.22º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1224CD is Cyan = 0.91, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 18 36 205 -
CMYK 0.91 0.82 0 0.20
HSL 234.22º 0.84% 0.44% -
HSV(B) 234.22º 0.91% 0.8% -
XYZ 11.9 5.8 58.25 -
YUV 49.88 215.54 105.26 -
System Red Green Blue C M Y K H S L
Decimal 18 36 205 0.91 0.82 0 0.20 234.22 0.84 0.44
Hex 12 24 CD 5B 52 0 14 EA 54 2C
Octal 22 44 315 133 122 0 24 352 124 54
Binary 10010 100100 11001101 1011011 1010010 0 10100 11101010 1010100 101100

Color Harmonies of #1224CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1224CD

Black with #1224CD

Text Example


Text Example

White with #1224CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #1224CD;
 }
 .AnyTagClassName
 {
   color: #1224CD;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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