Html Css Color HEX #172EDA Persian Blue

📋 copy color: '#172EDA'

red 23 ◦ green 46 ◦ blue 218

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

Shades of Persian Blue #172EDA

Tints of Persian Blue #172EDA

RGB

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

 GREEN value IS 46 (18.36% from 255) = 16.03%

 BLUE value IS 218 (85.55% from 255) = 75.96%

R = 8.01%
G = 16.03%
B = 75.96%

CMYK

 C value IS 0.89

 M value IS 0.79

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#172EDA (or 0x172EDA) is known color: Persian Blue. HEX triplet: 17, 2E and DA. RGB value is (23,46,218). Sum of RGB (Red+Green+Blue) = 23+46+218=287 (38% of max value = 765). Red value is 23 (9.38% from 255 or 8.01% from 287); Green value is 46 (18.36% from 255 or 16.03% from 287); Blue value is 218 (85.55% from 255 or 75.96% from 287); Max value from RGB is 218 - color contains mainly: blue. Hex color #172EDA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #172EDA is #E8D125. Grayscale: #3A3A3A. Windows color (decimal): -15257894 or 14298647. OLE color: 14298647.

HSL color Cylindrical-coordinate representation of color #172EDA: hue angle of 232.92º degrees, saturation: 0.81, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #172EDA is Cyan = 0.89, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 23 46 218 -
CMYK 0.89 0.79 0 0.15
HSL 232.92º 0.81% 0.47% -
HSV(B) 232.92º 0.89% 0.85% -
XYZ 13.99 7.2 66.98 -
YUV 58.73 217.88 102.51 -
System Red Green Blue C M Y K H S L
Decimal 23 46 218 0.89 0.79 0 0.15 232.92 0.81 0.47
Hex 17 2E DA 59 4F 0 F E9 51 2F
Octal 27 56 332 131 117 0 17 351 121 57
Binary 10111 101110 11011010 1011001 1001111 0 1111 11101001 1010001 101111

Color Harmonies of #172EDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #172EDA

Black with #172EDA

Text Example


Text Example

White with #172EDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #172EDA; }

 p { color: rgb(23,46,218); }

 H1.HeaderClassName
 {
   color: #172EDA;
 }
 .AnyTagClassName
 {
   color: #172EDA;
 }
</style>

background-color css

<style>
 a { background-color: #172EDA; }

 a { background-color: rgb(23,46,218); }

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

border-color css

<style>
 span { border-color: #172EDA; }

 span { border-color: rgb(23,46,218); }

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