Html Css Color HEX #1229DD Persian Blue

📋 copy color: '#1229DD'

red 18 ◦ green 41 ◦ blue 221

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

Shades of Persian Blue #1229DD

Tints of Persian Blue #1229DD

RGB

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

 GREEN value IS 41 (16.41% from 255) = 14.64%

 BLUE value IS 221 (86.72% from 255) = 78.93%

R = 6.43%
G = 14.64%
B = 78.93%

CMYK

 C value IS 0.92

 M value IS 0.81

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#1229DD (or 0x1229DD) is known color: Persian Blue. HEX triplet: 12, 29 and DD. RGB value is (18,41,221). Sum of RGB (Red+Green+Blue) = 18+41+221=280 (37% of max value = 765). Red value is 18 (7.42% from 255 or 6.43% from 280); Green value is 41 (16.41% from 255 or 14.64% from 280); Blue value is 221 (86.72% from 255 or 78.93% from 280); Max value from RGB is 221 - color contains mainly: blue. Hex color #1229DD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1229DD is #EDD622. Grayscale: #353535. Windows color (decimal): -15586851 or 14493970. OLE color: 14493970.

HSL color Cylindrical-coordinate representation of color #1229DD: hue angle of 233.2º 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 #1229DD is Cyan = 0.92, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 18 41 221 -
CMYK 0.92 0.81 0 0.13
HSL 233.2º 0.85% 0.47% -
HSV(B) 233.2º 0.92% 0.87% -
XYZ 14.09 6.93 69 -
YUV 54.64 221.88 101.86 -
System Red Green Blue C M Y K H S L
Decimal 18 41 221 0.92 0.81 0 0.13 233.2 0.85 0.47
Hex 12 29 DD 5C 51 0 D E9 55 2F
Octal 22 51 335 134 121 0 15 351 125 57
Binary 10010 101001 11011101 1011100 1010001 0 1101 11101001 1010101 101111

Color Harmonies of #1229DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1229DD

Black with #1229DD

Text Example


Text Example

White with #1229DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #1229DD;
 }
 .AnyTagClassName
 {
   color: #1229DD;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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