Html Css Color HEX #1540F1 Persian Blue

📋 copy color: '#1540F1'

red 21 ◦ green 64 ◦ blue 241

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

Shades of Persian Blue #1540F1

Tints of Persian Blue #1540F1

RGB

 RED value IS 21 (8.59% from 255) = 6.44%

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

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

R = 6.44%
G = 19.63%
B = 73.93%

CMYK

 C value IS 0.91

 M value IS 0.73

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#1540F1 (or 0x1540F1) is known color: Persian Blue. HEX triplet: 15, 40 and F1. RGB value is (21,64,241). Sum of RGB (Red+Green+Blue) = 21+64+241=326 (43% of max value = 765). Red value is 21 (8.59% from 255 or 6.44% from 326); Green value is 64 (25.39% from 255 or 19.63% from 326); Blue value is 241 (94.53% from 255 or 73.93% from 326); Max value from RGB is 241 - color contains mainly: blue. Hex color #1540F1 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1540F1 is #EABF0E. Grayscale: #464646. Windows color (decimal): -15384335 or 15810581. OLE color: 15810581.

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

Color convert

RGB 21 64 241 -
CMYK 0.91 0.73 0 0.05
HSL 228.27º 0.89% 0.51% -
HSV(B) 228.27º 0.91% 0.95% -
XYZ 18.02 10.18 84.23 -
YUV 71.32 223.75 92.11 -
System Red Green Blue C M Y K H S L
Decimal 21 64 241 0.91 0.73 0 0.05 228.27 0.89 0.51
Hex 15 40 F1 5B 49 0 5 E4 59 33
Octal 25 100 361 133 111 0 5 344 131 63
Binary 10101 1000000 11110001 1011011 1001001 0 101 11100100 1011001 110011

Color Harmonies of #1540F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1540F1

Black with #1540F1

Text Example


Text Example

White with #1540F1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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