Html Css Color HEX #1440F1 Persian Blue

📋 copy color: '#1440F1'

red 20 ◦ green 64 ◦ blue 241

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

Shades of Persian Blue #1440F1

Tints of Persian Blue #1440F1

RGB

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

 GREEN value IS 64 (25.39% from 255) = 19.69%

 BLUE value IS 241 (94.53% from 255) = 74.15%

R = 6.15%
G = 19.69%
B = 74.15%

CMYK

 C value IS 0.92

 M value IS 0.73

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#1440F1 (or 0x1440F1) is known color: Persian Blue. HEX triplet: 14, 40 and F1. RGB value is (20,64,241). Sum of RGB (Red+Green+Blue) = 20+64+241=325 (43% of max value = 765). Red value is 20 (8.20% from 255 or 6.15% from 325); Green value is 64 (25.39% from 255 or 19.69% from 325); Blue value is 241 (94.53% from 255 or 74.15% from 325); Max value from RGB is 241 - color contains mainly: blue. Hex color #1440F1 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1440F1 is #EBBF0E. Grayscale: #464646. Windows color (decimal): -15449871 or 15810580. OLE color: 15810580.

HSL color Cylindrical-coordinate representation of color #1440F1: hue angle of 228.05º degrees, saturation: 0.89, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1440F1 is Cyan = 0.92, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 20 64 241 -
CMYK 0.92 0.73 0 0.05
HSL 228.05º 0.89% 0.51% -
HSV(B) 228.05º 0.92% 0.95% -
XYZ 18 10.17 84.23 -
YUV 71.02 223.92 91.61 -
System Red Green Blue C M Y K H S L
Decimal 20 64 241 0.92 0.73 0 0.05 228.05 0.89 0.51
Hex 14 40 F1 5C 49 0 5 E4 59 33
Octal 24 100 361 134 111 0 5 344 131 63
Binary 10100 1000000 11110001 1011100 1001001 0 101 11100100 1011001 110011

Color Harmonies of #1440F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1440F1

Black with #1440F1

Text Example


Text Example

White with #1440F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1440F1; }

 p { color: rgb(20,64,241); }

 H1.HeaderClassName
 {
   color: #1440F1;
 }
 .AnyTagClassName
 {
   color: #1440F1;
 }
</style>

background-color css

<style>
 a { background-color: #1440F1; }

 a { background-color: rgb(20,64,241); }

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

border-color css

<style>
 span { border-color: #1440F1; }

 span { border-color: rgb(20,64,241); }

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