Html Css Color HEX #1547F1 Persian Blue

📋 copy color: '#1547F1'

red 21 ◦ green 71 ◦ blue 241

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

Shades of Persian Blue #1547F1

Tints of Persian Blue #1547F1

RGB

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

 GREEN value IS 71 (28.13% from 255) = 21.32%

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

R = 6.31%
G = 21.32%
B = 72.37%

CMYK

 C value IS 0.91

 M value IS 0.71

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#1547F1 (or 0x1547F1) is known color: Persian Blue. HEX triplet: 15, 47 and F1. RGB value is (21,71,241). Sum of RGB (Red+Green+Blue) = 21+71+241=333 (44% of max value = 765). Red value is 21 (8.59% from 255 or 6.31% from 333); Green value is 71 (28.12% from 255 or 21.32% from 333); Blue value is 241 (94.53% from 255 or 72.37% from 333); Max value from RGB is 241 - color contains mainly: blue. Hex color #1547F1 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1547F1 is #EAB80E. Grayscale: #4A4A4A. Windows color (decimal): -15382543 or 15812373. OLE color: 15812373.

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

Color convert

RGB 21 71 241 -
CMYK 0.91 0.71 0 0.05
HSL 226.36º 0.89% 0.51% -
HSV(B) 226.36º 0.91% 0.95% -
XYZ 18.44 11.02 84.37 -
YUV 75.43 221.44 89.18 -
System Red Green Blue C M Y K H S L
Decimal 21 71 241 0.91 0.71 0 0.05 226.36 0.89 0.51
Hex 15 47 F1 5B 47 0 5 E2 59 33
Octal 25 107 361 133 107 0 5 342 131 63
Binary 10101 1000111 11110001 1011011 1000111 0 101 11100010 1011001 110011

Color Harmonies of #1547F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1547F1

Black with #1547F1

Text Example


Text Example

White with #1547F1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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