Html Css Color HEX #1441DD Persian Blue

📋 copy color: '#1441DD'

red 20 ◦ green 65 ◦ blue 221

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

Shades of Persian Blue #1441DD

Tints of Persian Blue #1441DD

RGB

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

 GREEN value IS 65 (25.78% from 255) = 21.24%

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

R = 6.54%
G = 21.24%
B = 72.22%

CMYK

 C value IS 0.91

 M value IS 0.71

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#1441DD (or 0x1441DD) is known color: Persian Blue. HEX triplet: 14, 41 and DD. RGB value is (20,65,221). Sum of RGB (Red+Green+Blue) = 20+65+221=306 (40% of max value = 765). Red value is 20 (8.20% from 255 or 6.54% from 306); Green value is 65 (25.78% from 255 or 21.24% from 306); Blue value is 221 (86.72% from 255 or 72.22% from 306); Max value from RGB is 221 - color contains mainly: blue. Hex color #1441DD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1441DD is #EBBE22. Grayscale: #444444. Windows color (decimal): -15449635 or 14500116. OLE color: 14500116.

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

Color convert

RGB 20 65 221 -
CMYK 0.91 0.71 0 0.13
HSL 226.57º 0.83% 0.47% -
HSV(B) 226.57º 0.91% 0.87% -
XYZ 15.23 9.15 69.37 -
YUV 69.33 213.59 92.82 -
System Red Green Blue C M Y K H S L
Decimal 20 65 221 0.91 0.71 0 0.13 226.57 0.83 0.47
Hex 14 41 DD 5B 47 0 D E3 53 2F
Octal 24 101 335 133 107 0 15 343 123 57
Binary 10100 1000001 11011101 1011011 1000111 0 1101 11100011 1010011 101111

Color Harmonies of #1441DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1441DD

Black with #1441DD

Text Example


Text Example

White with #1441DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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