Html Css Color HEX #1721BD Persian Blue

📋 copy color: '#1721BD'

red 23 ◦ green 33 ◦ blue 189

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

Shades of Persian Blue #1721BD

Tints of Persian Blue #1721BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 77.14%

R = 9.39%
G = 13.47%
B = 77.14%

CMYK

 C value IS 0.88

 M value IS 0.83

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#1721BD (or 0x1721BD) is known color: Persian Blue. HEX triplet: 17, 21 and BD. RGB value is (23,33,189). Sum of RGB (Red+Green+Blue) = 23+33+189=245 (32% of max value = 765). Red value is 23 (9.38% from 255 or 9.39% from 245); Green value is 33 (13.28% from 255 or 13.47% from 245); Blue value is 189 (74.22% from 255 or 77.14% from 245); Max value from RGB is 189 - color contains mainly: blue. Hex color #1721BD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1721BD is #E8DE42. Grayscale: #2F2F2F. Windows color (decimal): -15261251 or 12394775. OLE color: 12394775.

HSL color Cylindrical-coordinate representation of color #1721BD: hue angle of 236.39º degrees, saturation: 0.78, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1721BD is Cyan = 0.88, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 23 33 189 -
CMYK 0.88 0.83 0 0.26
HSL 236.39º 0.78% 0.42% -
HSV(B) 236.39º 0.88% 0.74% -
XYZ 10.08 4.94 48.57 -
YUV 47.79 207.69 110.32 -
System Red Green Blue C M Y K H S L
Decimal 23 33 189 0.88 0.83 0 0.26 236.39 0.78 0.42
Hex 17 21 BD 58 53 0 1A EC 4E 2A
Octal 27 41 275 130 123 0 32 354 116 52
Binary 10111 100001 10111101 1011000 1010011 0 11010 11101100 1001110 101010

Color Harmonies of #1721BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1721BD

Black with #1721BD

Text Example


Text Example

White with #1721BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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