Html Css Color HEX #172FEE Persian Blue

📋 copy color: '#172FEE'

red 23 ◦ green 47 ◦ blue 238

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

Shades of Persian Blue #172FEE

Tints of Persian Blue #172FEE

RGB

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

 GREEN value IS 47 (18.75% from 255) = 15.26%

 BLUE value IS 238 (93.36% from 255) = 77.27%

R = 7.47%
G = 15.26%
B = 77.27%

CMYK

 C value IS 0.90

 M value IS 0.80

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#172FEE (or 0x172FEE) is known color: Persian Blue. HEX triplet: 17, 2F and EE. RGB value is (23,47,238). Sum of RGB (Red+Green+Blue) = 23+47+238=308 (40% of max value = 765). Red value is 23 (9.38% from 255 or 7.47% from 308); Green value is 47 (18.75% from 255 or 15.26% from 308); Blue value is 238 (93.36% from 255 or 77.27% from 308); Max value from RGB is 238 - color contains mainly: blue. Hex color #172FEE is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #172FEE is #E8D011. Grayscale: #3C3C3C. Windows color (decimal): -15257618 or 15609623. OLE color: 15609623.

HSL color Cylindrical-coordinate representation of color #172FEE: hue angle of 233.3º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #172FEE is Cyan = 0.90, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 23 47 238 -
CMYK 0.90 0.80 0 0.07
HSL 233.3º 0.86% 0.51% -
HSV(B) 233.3º 0.9% 0.93% -
XYZ 16.8 8.39 81.62 -
YUV 61.6 227.55 100.47 -
System Red Green Blue C M Y K H S L
Decimal 23 47 238 0.90 0.80 0 0.07 233.3 0.86 0.51
Hex 17 2F EE 5A 50 0 7 E9 56 33
Octal 27 57 356 132 120 0 7 351 126 63
Binary 10111 101111 11101110 1011010 1010000 0 111 11101001 1010110 110011

Color Harmonies of #172FEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #172FEE

Black with #172FEE

Text Example


Text Example

White with #172FEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(23,47,238); }

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

background-color css

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

 a { background-color: rgb(23,47,238); }

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

border-color css

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

 span { border-color: rgb(23,47,238); }

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