Html Css Color HEX #1447DD Persian Blue

📋 copy color: '#1447DD'

red 20 ◦ green 71 ◦ blue 221

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

Shades of Persian Blue #1447DD

Tints of Persian Blue #1447DD

RGB

 RED value IS 20 (8.2% from 255) = 6.41%

 GREEN value IS 71 (28.13% from 255) = 22.76%

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

R = 6.41%
G = 22.76%
B = 70.83%

CMYK

 C value IS 0.91

 M value IS 0.68

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#1447DD (or 0x1447DD) is known color: Persian Blue. HEX triplet: 14, 47 and DD. RGB value is (20,71,221). Sum of RGB (Red+Green+Blue) = 20+71+221=312 (41% of max value = 765). Red value is 20 (8.20% from 255 or 6.41% from 312); Green value is 71 (28.12% from 255 or 22.76% from 312); Blue value is 221 (86.72% from 255 or 70.83% from 312); Max value from RGB is 221 - color contains mainly: blue. Hex color #1447DD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1447DD is #EBB822. Grayscale: #484848. Windows color (decimal): -15448099 or 14501652. OLE color: 14501652.

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

Color convert

RGB 20 71 221 -
CMYK 0.91 0.68 0 0.13
HSL 224.78º 0.83% 0.47% -
HSV(B) 224.78º 0.91% 0.87% -
XYZ 15.59 9.88 69.49 -
YUV 72.85 211.6 90.3 -
System Red Green Blue C M Y K H S L
Decimal 20 71 221 0.91 0.68 0 0.13 224.78 0.83 0.47
Hex 14 47 DD 5B 44 0 D E1 53 2F
Octal 24 107 335 133 104 0 15 341 123 57
Binary 10100 1000111 11011101 1011011 1000100 0 1101 11100001 1010011 101111

Color Harmonies of #1447DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1447DD

Black with #1447DD

Text Example


Text Example

White with #1447DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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