Html Css Color HEX #173CDE Persian Blue

📋 copy color: '#173CDE'

red 23 ◦ green 60 ◦ blue 222

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

Shades of Persian Blue #173CDE

Tints of Persian Blue #173CDE

RGB

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

 GREEN value IS 60 (23.83% from 255) = 19.67%

 BLUE value IS 222 (87.11% from 255) = 72.79%

R = 7.54%
G = 19.67%
B = 72.79%

CMYK

 C value IS 0.90

 M value IS 0.73

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#173CDE (or 0x173CDE) is known color: Persian Blue. HEX triplet: 17, 3C and DE. RGB value is (23,60,222). Sum of RGB (Red+Green+Blue) = 23+60+222=305 (40% of max value = 765). Red value is 23 (9.38% from 255 or 7.54% from 305); Green value is 60 (23.83% from 255 or 19.67% from 305); Blue value is 222 (87.11% from 255 or 72.79% from 305); Max value from RGB is 222 - color contains mainly: blue. Hex color #173CDE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #173CDE is #E8C321. Grayscale: #424242. Windows color (decimal): -15254306 or 14564375. OLE color: 14564375.

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

Color convert

RGB 23 60 222 -
CMYK 0.90 0.73 0 0.13
HSL 228.84º 0.81% 0.48% -
HSV(B) 228.84º 0.9% 0.87% -
XYZ 15.15 8.69 69.99 -
YUV 67.41 215.24 96.33 -
System Red Green Blue C M Y K H S L
Decimal 23 60 222 0.90 0.73 0 0.13 228.84 0.81 0.48
Hex 17 3C DE 5A 49 0 D E5 51 30
Octal 27 74 336 132 111 0 15 345 121 60
Binary 10111 111100 11011110 1011010 1001001 0 1101 11100101 1010001 110000

Color Harmonies of #173CDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #173CDE

Black with #173CDE

Text Example


Text Example

White with #173CDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #173CDE; }

 p { color: rgb(23,60,222); }

 H1.HeaderClassName
 {
   color: #173CDE;
 }
 .AnyTagClassName
 {
   color: #173CDE;
 }
</style>

background-color css

<style>
 a { background-color: #173CDE; }

 a { background-color: rgb(23,60,222); }

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

border-color css

<style>
 span { border-color: #173CDE; }

 span { border-color: rgb(23,60,222); }

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