Html Css Color HEX #1441DC Persian Blue

📋 copy color: '#1441DC'

red 20 ◦ green 65 ◦ blue 220

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

Shades of Persian Blue #1441DC

Tints of Persian Blue #1441DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 72.13%

R = 6.56%
G = 21.31%
B = 72.13%

CMYK

 C value IS 0.91

 M value IS 0.70

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#1441DC (or 0x1441DC) is known color: Persian Blue. HEX triplet: 14, 41 and DC. RGB value is (20,65,220). Sum of RGB (Red+Green+Blue) = 20+65+220=305 (40% of max value = 765). Red value is 20 (8.20% from 255 or 6.56% from 305); Green value is 65 (25.78% from 255 or 21.31% from 305); Blue value is 220 (86.33% from 255 or 72.13% from 305); Max value from RGB is 220 - color contains mainly: blue. Hex color #1441DC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1441DC is #EBBE23. Grayscale: #444444. Windows color (decimal): -15449636 or 14434580. OLE color: 14434580.

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

Color convert

RGB 20 65 220 -
CMYK 0.91 0.70 0 0.14
HSL 226.5º 0.83% 0.47% -
HSV(B) 226.5º 0.91% 0.86% -
XYZ 15.1 9.1 68.67 -
YUV 69.22 213.09 92.9 -
System Red Green Blue C M Y K H S L
Decimal 20 65 220 0.91 0.70 0 0.14 226.5 0.83 0.47
Hex 14 41 DC 5B 46 0 E E2 53 2F
Octal 24 101 334 133 106 0 16 342 123 57
Binary 10100 1000001 11011100 1011011 1000110 0 1110 11100010 1010011 101111

Color Harmonies of #1441DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1441DC

Black with #1441DC

Text Example


Text Example

White with #1441DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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