Html Css Color HEX #1546F2 Persian Blue

📋 copy color: '#1546F2'

red 21 ◦ green 70 ◦ blue 242

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

Shades of Persian Blue #1546F2

Tints of Persian Blue #1546F2

RGB

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

 GREEN value IS 70 (27.73% from 255) = 21.02%

 BLUE value IS 242 (94.92% from 255) = 72.67%

R = 6.31%
G = 21.02%
B = 72.67%

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

#1546F2 (or 0x1546F2) is known color: Persian Blue. HEX triplet: 15, 46 and F2. RGB value is (21,70,242). Sum of RGB (Red+Green+Blue) = 21+70+242=333 (44% of max value = 765). Red value is 21 (8.59% from 255 or 6.31% from 333); Green value is 70 (27.73% from 255 or 21.02% from 333); Blue value is 242 (94.92% from 255 or 72.67% from 333); Max value from RGB is 242 - color contains mainly: blue. Hex color #1546F2 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1546F2 is #EAB90D. Grayscale: #4A4A4A. Windows color (decimal): -15382798 or 15877653. OLE color: 15877653.

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

Color convert

RGB 21 70 242 -
CMYK 0.91 0.71 0 0.05
HSL 226.7º 0.89% 0.52% -
HSV(B) 226.7º 0.91% 0.95% -
XYZ 18.53 10.95 85.14 -
YUV 74.96 222.27 89.51 -
System Red Green Blue C M Y K H S L
Decimal 21 70 242 0.91 0.71 0 0.05 226.7 0.89 0.52
Hex 15 46 F2 5B 47 0 5 E3 59 34
Octal 25 106 362 133 107 0 5 343 131 64
Binary 10101 1000110 11110010 1011011 1000111 0 101 11100011 1011001 110100

Color Harmonies of #1546F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1546F2

Black with #1546F2

Text Example


Text Example

White with #1546F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1546F2; }

 p { color: rgb(21,70,242); }

 H1.HeaderClassName
 {
   color: #1546F2;
 }
 .AnyTagClassName
 {
   color: #1546F2;
 }
</style>

background-color css

<style>
 a { background-color: #1546F2; }

 a { background-color: rgb(21,70,242); }

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

border-color css

<style>
 span { border-color: #1546F2; }

 span { border-color: rgb(21,70,242); }

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