Html Css Color HEX #1448DD Persian Blue

📋 copy color: '#1448DD'

red 20 ◦ green 72 ◦ blue 221

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

Shades of Persian Blue #1448DD

Tints of Persian Blue #1448DD

RGB

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

 GREEN value IS 72 (28.52% from 255) = 23%

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

R = 6.39%
G = 23%
B = 70.61%

CMYK

 C value IS 0.91

 M value IS 0.67

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#1448DD (or 0x1448DD) is known color: Persian Blue. HEX triplet: 14, 48 and DD. RGB value is (20,72,221). Sum of RGB (Red+Green+Blue) = 20+72+221=313 (41% of max value = 765). Red value is 20 (8.20% from 255 or 6.39% from 313); Green value is 72 (28.52% from 255 or 23.00% from 313); Blue value is 221 (86.72% from 255 or 70.61% from 313); Max value from RGB is 221 - color contains mainly: blue. Hex color #1448DD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1448DD is #EBB722. Grayscale: #484848. Windows color (decimal): -15447843 or 14501908. OLE color: 14501908.

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

Color convert

RGB 20 72 221 -
CMYK 0.91 0.67 0 0.13
HSL 224.48º 0.83% 0.47% -
HSV(B) 224.48º 0.91% 0.87% -
XYZ 15.66 10 69.51 -
YUV 73.44 211.27 89.88 -
System Red Green Blue C M Y K H S L
Decimal 20 72 221 0.91 0.67 0 0.13 224.48 0.83 0.47
Hex 14 48 DD 5B 43 0 D E0 53 2F
Octal 24 110 335 133 103 0 15 340 123 57
Binary 10100 1001000 11011101 1011011 1000011 0 1101 11100000 1010011 101111

Color Harmonies of #1448DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1448DD

Black with #1448DD

Text Example


Text Example

White with #1448DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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