Html Css Color HEX #1538F1 Persian Blue

📋 copy color: '#1538F1'

red 21 ◦ green 56 ◦ blue 241

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

Shades of Persian Blue #1538F1

Tints of Persian Blue #1538F1

RGB

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

 GREEN value IS 56 (22.27% from 255) = 17.61%

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

R = 6.6%
G = 17.61%
B = 75.79%

CMYK

 C value IS 0.91

 M value IS 0.77

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#1538F1 (or 0x1538F1) is known color: Persian Blue. HEX triplet: 15, 38 and F1. RGB value is (21,56,241). Sum of RGB (Red+Green+Blue) = 21+56+241=318 (42% of max value = 765). Red value is 21 (8.59% from 255 or 6.60% from 318); Green value is 56 (22.27% from 255 or 17.61% from 318); Blue value is 241 (94.53% from 255 or 75.79% from 318); Max value from RGB is 241 - color contains mainly: blue. Hex color #1538F1 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1538F1 is #EAC70E. Grayscale: #414141. Windows color (decimal): -15386383 or 15808533. OLE color: 15808533.

HSL color Cylindrical-coordinate representation of color #1538F1: hue angle of 230.45º 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 #1538F1 is Cyan = 0.91, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 21 56 241 -
CMYK 0.91 0.77 0 0.05
HSL 230.45º 0.89% 0.51% -
HSV(B) 230.45º 0.91% 0.95% -
XYZ 17.6 9.34 84.09 -
YUV 66.63 226.4 95.46 -
System Red Green Blue C M Y K H S L
Decimal 21 56 241 0.91 0.77 0 0.05 230.45 0.89 0.51
Hex 15 38 F1 5B 4D 0 5 E6 59 33
Octal 25 70 361 133 115 0 5 346 131 63
Binary 10101 111000 11110001 1011011 1001101 0 101 11100110 1011001 110011

Color Harmonies of #1538F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1538F1

Black with #1538F1

Text Example


Text Example

White with #1538F1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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