Html Css Color HEX #1441DE Persian Blue

📋 copy color: '#1441DE'

red 20 ◦ green 65 ◦ blue 222

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

Shades of Persian Blue #1441DE

Tints of Persian Blue #1441DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 72.31%

R = 6.51%
G = 21.17%
B = 72.31%

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

#1441DE (or 0x1441DE) is known color: Persian Blue. HEX triplet: 14, 41 and DE. RGB value is (20,65,222). Sum of RGB (Red+Green+Blue) = 20+65+222=307 (40% of max value = 765). Red value is 20 (8.20% from 255 or 6.51% from 307); Green value is 65 (25.78% from 255 or 21.17% from 307); Blue value is 222 (87.11% from 255 or 72.31% from 307); Max value from RGB is 222 - color contains mainly: blue. Hex color #1441DE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1441DE is #EBBE21. Grayscale: #444444. Windows color (decimal): -15449634 or 14565652. OLE color: 14565652.

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

Color convert

RGB 20 65 222 -
CMYK 0.91 0.71 0 0.13
HSL 226.63º 0.83% 0.47% -
HSV(B) 226.63º 0.91% 0.87% -
XYZ 15.36 9.2 70.07 -
YUV 69.44 214.09 92.73 -
System Red Green Blue C M Y K H S L
Decimal 20 65 222 0.91 0.71 0 0.13 226.63 0.83 0.47
Hex 14 41 DE 5B 47 0 D E3 53 2F
Octal 24 101 336 133 107 0 15 343 123 57
Binary 10100 1000001 11011110 1011011 1000111 0 1101 11100011 1010011 101111

Color Harmonies of #1441DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1441DE

Black with #1441DE

Text Example


Text Example

White with #1441DE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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