Html Css Color HEX #1721DD Persian Blue

📋 copy color: '#1721DD'

red 23 ◦ green 33 ◦ blue 221

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

Shades of Persian Blue #1721DD

Tints of Persian Blue #1721DD

RGB

 RED value IS 23 (9.38% from 255) = 8.3%

 GREEN value IS 33 (13.28% from 255) = 11.91%

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

R = 8.3%
G = 11.91%
B = 79.78%

CMYK

 C value IS 0.90

 M value IS 0.85

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#1721DD (or 0x1721DD) is known color: Persian Blue. HEX triplet: 17, 21 and DD. RGB value is (23,33,221). Sum of RGB (Red+Green+Blue) = 23+33+221=277 (36% of max value = 765). Red value is 23 (9.38% from 255 or 8.30% from 277); Green value is 33 (13.28% from 255 or 11.91% from 277); Blue value is 221 (86.72% from 255 or 79.78% from 277); Max value from RGB is 221 - color contains mainly: blue. Hex color #1721DD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1721DD is #E8DE22. Grayscale: #323232. Windows color (decimal): -15261219 or 14491927. OLE color: 14491927.

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

Color convert

RGB 23 33 221 -
CMYK 0.90 0.85 0 0.13
HSL 236.97º 0.81% 0.48% -
HSV(B) 236.97º 0.9% 0.87% -
XYZ 13.95 6.49 68.92 -
YUV 51.44 223.69 107.71 -
System Red Green Blue C M Y K H S L
Decimal 23 33 221 0.90 0.85 0 0.13 236.97 0.81 0.48
Hex 17 21 DD 5A 55 0 D ED 51 30
Octal 27 41 335 132 125 0 15 355 121 60
Binary 10111 100001 11011101 1011010 1010101 0 1101 11101101 1010001 110000

Color Harmonies of #1721DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1721DD

Black with #1721DD

Text Example


Text Example

White with #1721DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(23,33,221); }

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

background-color css

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

 a { background-color: rgb(23,33,221); }

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

border-color css

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

 span { border-color: rgb(23,33,221); }

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