Html Css Color HEX #1721D2 Persian Blue

📋 copy color: '#1721D2'

red 23 ◦ green 33 ◦ blue 210

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

Shades of Persian Blue #1721D2

Tints of Persian Blue #1721D2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 78.95%

R = 8.65%
G = 12.41%
B = 78.95%

CMYK

 C value IS 0.89

 M value IS 0.84

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#1721D2 (or 0x1721D2) is known color: Persian Blue. HEX triplet: 17, 21 and D2. RGB value is (23,33,210). Sum of RGB (Red+Green+Blue) = 23+33+210=266 (35% of max value = 765). Red value is 23 (9.38% from 255 or 8.65% from 266); Green value is 33 (13.28% from 255 or 12.41% from 266); Blue value is 210 (82.42% from 255 or 78.95% from 266); Max value from RGB is 210 - color contains mainly: blue. Hex color #1721D2 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1721D2 is #E8DE2D. Grayscale: #313131. Windows color (decimal): -15261230 or 13771031. OLE color: 13771031.

HSL color Cylindrical-coordinate representation of color #1721D2: hue angle of 236.79º degrees, saturation: 0.8, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1721D2 is Cyan = 0.89, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 23 33 210 -
CMYK 0.89 0.84 0 0.18
HSL 236.79º 0.8% 0.46% -
HSV(B) 236.79º 0.89% 0.82% -
XYZ 12.53 5.92 61.46 -
YUV 50.19 218.19 108.61 -
System Red Green Blue C M Y K H S L
Decimal 23 33 210 0.89 0.84 0 0.18 236.79 0.8 0.46
Hex 17 21 D2 59 54 0 12 ED 50 2E
Octal 27 41 322 131 124 0 22 355 120 56
Binary 10111 100001 11010010 1011001 1010100 0 10010 11101101 1010000 101110

Color Harmonies of #1721D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1721D2

Black with #1721D2

Text Example


Text Example

White with #1721D2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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