Html Css Color HEX #1543DD Persian Blue

📋 copy color: '#1543DD'

red 21 ◦ green 67 ◦ blue 221

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

Shades of Persian Blue #1543DD

Tints of Persian Blue #1543DD

RGB

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

 GREEN value IS 67 (26.56% from 255) = 21.68%

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

R = 6.8%
G = 21.68%
B = 71.52%

CMYK

 C value IS 0.90

 M value IS 0.70

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#1543DD (or 0x1543DD) is known color: Persian Blue. HEX triplet: 15, 43 and DD. RGB value is (21,67,221). Sum of RGB (Red+Green+Blue) = 21+67+221=309 (40% of max value = 765). Red value is 21 (8.59% from 255 or 6.80% from 309); Green value is 67 (26.56% from 255 or 21.68% from 309); Blue value is 221 (86.72% from 255 or 71.52% from 309); Max value from RGB is 221 - color contains mainly: blue. Hex color #1543DD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1543DD is #EABC22. Grayscale: #464646. Windows color (decimal): -15383587 or 14500629. OLE color: 14500629.

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

Color convert

RGB 21 67 221 -
CMYK 0.90 0.70 0 0.13
HSL 226.2º 0.83% 0.47% -
HSV(B) 226.2º 0.9% 0.87% -
XYZ 15.37 9.39 69.41 -
YUV 70.8 212.76 92.48 -
System Red Green Blue C M Y K H S L
Decimal 21 67 221 0.90 0.70 0 0.13 226.2 0.83 0.47
Hex 15 43 DD 5A 46 0 D E2 53 2F
Octal 25 103 335 132 106 0 15 342 123 57
Binary 10101 1000011 11011101 1011010 1000110 0 1101 11100010 1010011 101111

Color Harmonies of #1543DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1543DD

Black with #1543DD

Text Example


Text Example

White with #1543DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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