Html Css Color HEX #1444DB Persian Blue

📋 copy color: '#1444DB'

red 20 ◦ green 68 ◦ blue 219

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

Shades of Persian Blue #1444DB

Tints of Persian Blue #1444DB

RGB

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

 GREEN value IS 68 (26.95% from 255) = 22.15%

 BLUE value IS 219 (85.94% from 255) = 71.34%

R = 6.51%
G = 22.15%
B = 71.34%

CMYK

 C value IS 0.91

 M value IS 0.69

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#1444DB (or 0x1444DB) is known color: Persian Blue. HEX triplet: 14, 44 and DB. RGB value is (20,68,219). Sum of RGB (Red+Green+Blue) = 20+68+219=307 (40% of max value = 765). Red value is 20 (8.20% from 255 or 6.51% from 307); Green value is 68 (26.95% from 255 or 22.15% from 307); Blue value is 219 (85.94% from 255 or 71.34% from 307); Max value from RGB is 219 - color contains mainly: blue. Hex color #1444DB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1444DB is #EBBB24. Grayscale: #464646. Windows color (decimal): -15448869 or 14369812. OLE color: 14369812.

HSL color Cylindrical-coordinate representation of color #1444DB: hue angle of 225.53º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1444DB is Cyan = 0.91, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 20 68 219 -
CMYK 0.91 0.69 0 0.14
HSL 225.53º 0.83% 0.47% -
HSV(B) 225.53º 0.91% 0.86% -
XYZ 15.14 9.4 68.03 -
YUV 70.86 211.6 91.72 -
System Red Green Blue C M Y K H S L
Decimal 20 68 219 0.91 0.69 0 0.14 225.53 0.83 0.47
Hex 14 44 DB 5B 45 0 E E2 53 2F
Octal 24 104 333 133 105 0 16 342 123 57
Binary 10100 1000100 11011011 1011011 1000101 0 1110 11100010 1010011 101111

Color Harmonies of #1444DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1444DB

Black with #1444DB

Text Example


Text Example

White with #1444DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1444DB; }

 p { color: rgb(20,68,219); }

 H1.HeaderClassName
 {
   color: #1444DB;
 }
 .AnyTagClassName
 {
   color: #1444DB;
 }
</style>

background-color css

<style>
 a { background-color: #1444DB; }

 a { background-color: rgb(20,68,219); }

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

border-color css

<style>
 span { border-color: #1444DB; }

 span { border-color: rgb(20,68,219); }

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