Html Css Color HEX #1531DD Persian Blue

📋 copy color: '#1531DD'

red 21 ◦ green 49 ◦ blue 221

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

Shades of Persian Blue #1531DD

Tints of Persian Blue #1531DD

RGB

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

 GREEN value IS 49 (19.53% from 255) = 16.84%

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

R = 7.22%
G = 16.84%
B = 75.95%

CMYK

 C value IS 0.90

 M value IS 0.78

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#1531DD (or 0x1531DD) is known color: Persian Blue. HEX triplet: 15, 31 and DD. RGB value is (21,49,221). Sum of RGB (Red+Green+Blue) = 21+49+221=291 (38% of max value = 765). Red value is 21 (8.59% from 255 or 7.22% from 291); Green value is 49 (19.53% from 255 or 16.84% from 291); Blue value is 221 (86.72% from 255 or 75.95% from 291); Max value from RGB is 221 - color contains mainly: blue. Hex color #1531DD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1531DD is #EACE22. Grayscale: #3B3B3B. Windows color (decimal): -15388195 or 14496021. OLE color: 14496021.

HSL color Cylindrical-coordinate representation of color #1531DD: hue angle of 231.6º 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 #1531DD is Cyan = 0.90, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 21 49 221 -
CMYK 0.90 0.78 0 0.13
HSL 231.6º 0.83% 0.47% -
HSV(B) 231.6º 0.9% 0.87% -
XYZ 14.46 7.58 69.11 -
YUV 60.24 218.72 100.01 -
System Red Green Blue C M Y K H S L
Decimal 21 49 221 0.90 0.78 0 0.13 231.6 0.83 0.47
Hex 15 31 DD 5A 4E 0 D E8 53 2F
Octal 25 61 335 132 116 0 15 350 123 57
Binary 10101 110001 11011101 1011010 1001110 0 1101 11101000 1010011 101111

Color Harmonies of #1531DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1531DD

Black with #1531DD

Text Example


Text Example

White with #1531DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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