Html Css Color HEX #1541DD Persian Blue

📋 copy color: '#1541DD'

red 21 ◦ green 65 ◦ blue 221

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

Shades of Persian Blue #1541DD

Tints of Persian Blue #1541DD

RGB

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

 GREEN value IS 65 (25.78% from 255) = 21.17%

 BLUE value IS 221 (86.72% from 255) = 71.99%

R = 6.84%
G = 21.17%
B = 71.99%

CMYK

 C value IS 0.90

 M value IS 0.71

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#1541DD (or 0x1541DD) is known color: Persian Blue. HEX triplet: 15, 41 and DD. RGB value is (21,65,221). Sum of RGB (Red+Green+Blue) = 21+65+221=307 (40% of max value = 765). Red value is 21 (8.59% from 255 or 6.84% from 307); Green value is 65 (25.78% from 255 or 21.17% from 307); Blue value is 221 (86.72% from 255 or 71.99% from 307); Max value from RGB is 221 - color contains mainly: blue. Hex color #1541DD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1541DD is #EABE22. Grayscale: #444444. Windows color (decimal): -15384099 or 14500117. OLE color: 14500117.

HSL color Cylindrical-coordinate representation of color #1541DD: hue angle of 226.8º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1541DD is Cyan = 0.90, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 21 65 221 -
CMYK 0.90 0.71 0 0.13
HSL 226.8º 0.83% 0.47% -
HSV(B) 226.8º 0.9% 0.87% -
XYZ 15.25 9.16 69.37 -
YUV 69.63 213.42 93.32 -
System Red Green Blue C M Y K H S L
Decimal 21 65 221 0.90 0.71 0 0.13 226.8 0.83 0.47
Hex 15 41 DD 5A 47 0 D E3 53 2F
Octal 25 101 335 132 107 0 15 343 123 57
Binary 10101 1000001 11011101 1011010 1000111 0 1101 11100011 1010011 101111

Color Harmonies of #1541DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1541DD

Black with #1541DD

Text Example


Text Example

White with #1541DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1541DD; }

 p { color: rgb(21,65,221); }

 H1.HeaderClassName
 {
   color: #1541DD;
 }
 .AnyTagClassName
 {
   color: #1541DD;
 }
</style>

background-color css

<style>
 a { background-color: #1541DD; }

 a { background-color: rgb(21,65,221); }

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

border-color css

<style>
 span { border-color: #1541DD; }

 span { border-color: rgb(21,65,221); }

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