Html Css Color HEX #172EEB Persian Blue

📋 copy color: '#172EEB'

red 23 ◦ green 46 ◦ blue 235

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

Shades of Persian Blue #172EEB

Tints of Persian Blue #172EEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 77.3%

R = 7.57%
G = 15.13%
B = 77.3%

CMYK

 C value IS 0.90

 M value IS 0.80

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#172EEB (or 0x172EEB) is known color: Persian Blue. HEX triplet: 17, 2E and EB. RGB value is (23,46,235). Sum of RGB (Red+Green+Blue) = 23+46+235=304 (40% of max value = 765). Red value is 23 (9.38% from 255 or 7.57% from 304); Green value is 46 (18.36% from 255 or 15.13% from 304); Blue value is 235 (92.19% from 255 or 77.30% from 304); Max value from RGB is 235 - color contains mainly: blue. Hex color #172EEB is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #172EEB is #E8D114. Grayscale: #3B3B3B. Windows color (decimal): -15257877 or 15412759. OLE color: 15412759.

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

Color convert

RGB 23 46 235 -
CMYK 0.90 0.80 0 0.08
HSL 233.49º 0.84% 0.51% -
HSV(B) 233.49º 0.9% 0.92% -
XYZ 16.33 8.13 79.31 -
YUV 60.67 226.38 101.13 -
System Red Green Blue C M Y K H S L
Decimal 23 46 235 0.90 0.80 0 0.08 233.49 0.84 0.51
Hex 17 2E EB 5A 50 0 8 E9 54 33
Octal 27 56 353 132 120 0 10 351 124 63
Binary 10111 101110 11101011 1011010 1010000 0 1000 11101001 1010100 110011

Color Harmonies of #172EEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #172EEB

Black with #172EEB

Text Example


Text Example

White with #172EEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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