Html Css Color HEX #172EEF Persian Blue

📋 copy color: '#172EEF'

red 23 ◦ green 46 ◦ blue 239

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

Shades of Persian Blue #172EEF

Tints of Persian Blue #172EEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 77.6%

R = 7.47%
G = 14.94%
B = 77.6%

CMYK

 C value IS 0.90

 M value IS 0.81

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#172EEF (or 0x172EEF) is known color: Persian Blue. HEX triplet: 17, 2E and EF. RGB value is (23,46,239). Sum of RGB (Red+Green+Blue) = 23+46+239=308 (40% of max value = 765). Red value is 23 (9.38% from 255 or 7.47% from 308); Green value is 46 (18.36% from 255 or 14.94% from 308); Blue value is 239 (93.75% from 255 or 77.60% from 308); Max value from RGB is 239 - color contains mainly: blue. Hex color #172EEF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #172EEF is #E8D110. Grayscale: #3C3C3C. Windows color (decimal): -15257873 or 15674903. OLE color: 15674903.

HSL color Cylindrical-coordinate representation of color #172EEF: hue angle of 233.61º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #172EEF is Cyan = 0.90, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 23 46 239 -
CMYK 0.90 0.81 0 0.06
HSL 233.61º 0.87% 0.51% -
HSV(B) 233.61º 0.9% 0.94% -
XYZ 16.91 8.37 82.39 -
YUV 61.13 228.38 100.81 -
System Red Green Blue C M Y K H S L
Decimal 23 46 239 0.90 0.81 0 0.06 233.61 0.87 0.51
Hex 17 2E EF 5A 51 0 6 EA 57 33
Octal 27 56 357 132 121 0 6 352 127 63
Binary 10111 101110 11101111 1011010 1010001 0 110 11101010 1010111 110011

Color Harmonies of #172EEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #172EEF

Black with #172EEF

Text Example


Text Example

White with #172EEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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