Html Css Color HEX #1549D0 Persian Blue

📋 copy color: '#1549D0'

red 21 ◦ green 73 ◦ blue 208

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

Shades of Persian Blue #1549D0

Tints of Persian Blue #1549D0

RGB

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

 GREEN value IS 73 (28.91% from 255) = 24.17%

 BLUE value IS 208 (81.64% from 255) = 68.87%

R = 6.95%
G = 24.17%
B = 68.87%

CMYK

 C value IS 0.90

 M value IS 0.65

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#1549D0 (or 0x1549D0) is known color: Persian Blue. HEX triplet: 15, 49 and D0. RGB value is (21,73,208). Sum of RGB (Red+Green+Blue) = 21+73+208=302 (40% of max value = 765). Red value is 21 (8.59% from 255 or 6.95% from 302); Green value is 73 (28.91% from 255 or 24.17% from 302); Blue value is 208 (81.64% from 255 or 68.87% from 302); Max value from RGB is 208 - color contains mainly: blue. Hex color #1549D0 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1549D0 is #EAB62F. Grayscale: #484848. Windows color (decimal): -15382064 or 13650197. OLE color: 13650197.

HSL color Cylindrical-coordinate representation of color #1549D0: hue angle of 223.32º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1549D0 is Cyan = 0.90, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 21 73 208 -
CMYK 0.90 0.65 0 0.18
HSL 223.32º 0.82% 0.45% -
HSV(B) 223.32º 0.9% 0.82% -
XYZ 14.08 9.48 60.76 -
YUV 72.84 204.27 91.02 -
System Red Green Blue C M Y K H S L
Decimal 21 73 208 0.90 0.65 0 0.18 223.32 0.82 0.45
Hex 15 49 D0 5A 41 0 12 DF 52 2D
Octal 25 111 320 132 101 0 22 337 122 55
Binary 10101 1001001 11010000 1011010 1000001 0 10010 11011111 1010010 101101

Color Harmonies of #1549D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1549D0

Black with #1549D0

Text Example


Text Example

White with #1549D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1549D0; }

 p { color: rgb(21,73,208); }

 H1.HeaderClassName
 {
   color: #1549D0;
 }
 .AnyTagClassName
 {
   color: #1549D0;
 }
</style>

background-color css

<style>
 a { background-color: #1549D0; }

 a { background-color: rgb(21,73,208); }

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

border-color css

<style>
 span { border-color: #1549D0; }

 span { border-color: rgb(21,73,208); }

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