Html Css Color HEX #1548DC Persian Blue

📋 copy color: '#1548DC'

red 21 ◦ green 72 ◦ blue 220

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

Shades of Persian Blue #1548DC

Tints of Persian Blue #1548DC

RGB

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

 GREEN value IS 72 (28.52% from 255) = 23%

 BLUE value IS 220 (86.33% from 255) = 70.29%

R = 6.71%
G = 23%
B = 70.29%

CMYK

 C value IS 0.90

 M value IS 0.67

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#1548DC (or 0x1548DC) is known color: Persian Blue. HEX triplet: 15, 48 and DC. RGB value is (21,72,220). Sum of RGB (Red+Green+Blue) = 21+72+220=313 (41% of max value = 765). Red value is 21 (8.59% from 255 or 6.71% from 313); Green value is 72 (28.52% from 255 or 23.00% from 313); Blue value is 220 (86.33% from 255 or 70.29% from 313); Max value from RGB is 220 - color contains mainly: blue. Hex color #1548DC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1548DC is #EAB723. Grayscale: #484848. Windows color (decimal): -15382308 or 14436373. OLE color: 14436373.

HSL color Cylindrical-coordinate representation of color #1548DC: hue angle of 224.62º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1548DC is Cyan = 0.90, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 21 72 220 -
CMYK 0.90 0.67 0 0.14
HSL 224.62º 0.83% 0.47% -
HSV(B) 224.62º 0.9% 0.86% -
XYZ 15.54 9.96 68.81 -
YUV 73.62 210.6 90.47 -
System Red Green Blue C M Y K H S L
Decimal 21 72 220 0.90 0.67 0 0.14 224.62 0.83 0.47
Hex 15 48 DC 5A 43 0 E E1 53 2F
Octal 25 110 334 132 103 0 16 341 123 57
Binary 10101 1001000 11011100 1011010 1000011 0 1110 11100001 1010011 101111

Color Harmonies of #1548DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1548DC

Black with #1548DC

Text Example


Text Example

White with #1548DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1548DC; }

 p { color: rgb(21,72,220); }

 H1.HeaderClassName
 {
   color: #1548DC;
 }
 .AnyTagClassName
 {
   color: #1548DC;
 }
</style>

background-color css

<style>
 a { background-color: #1548DC; }

 a { background-color: rgb(21,72,220); }

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

border-color css

<style>
 span { border-color: #1548DC; }

 span { border-color: rgb(21,72,220); }

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