Html Css Color HEX #1732EE Persian Blue

📋 copy color: '#1732EE'

red 23 ◦ green 50 ◦ blue 238

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

Shades of Persian Blue #1732EE

Tints of Persian Blue #1732EE

RGB

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

 GREEN value IS 50 (19.92% from 255) = 16.08%

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

R = 7.4%
G = 16.08%
B = 76.53%

CMYK

 C value IS 0.90

 M value IS 0.79

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#1732EE (or 0x1732EE) is known color: Persian Blue. HEX triplet: 17, 32 and EE. RGB value is (23,50,238). Sum of RGB (Red+Green+Blue) = 23+50+238=311 (41% of max value = 765). Red value is 23 (9.38% from 255 or 7.40% from 311); Green value is 50 (19.92% from 255 or 16.08% from 311); Blue value is 238 (93.36% from 255 or 76.53% from 311); Max value from RGB is 238 - color contains mainly: blue. Hex color #1732EE is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1732EE is #E8CD11. Grayscale: #3E3E3E. Windows color (decimal): -15256850 or 15610391. OLE color: 15610391.

HSL color Cylindrical-coordinate representation of color #1732EE: hue angle of 232.47º 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 #1732EE is Cyan = 0.90, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 23 50 238 -
CMYK 0.90 0.79 0 0.07
HSL 232.47º 0.86% 0.51% -
HSV(B) 232.47º 0.9% 0.93% -
XYZ 16.93 8.64 81.66 -
YUV 63.36 226.55 99.21 -
System Red Green Blue C M Y K H S L
Decimal 23 50 238 0.90 0.79 0 0.07 232.47 0.86 0.51
Hex 17 32 EE 5A 4F 0 7 E8 56 33
Octal 27 62 356 132 117 0 7 350 126 63
Binary 10111 110010 11101110 1011010 1001111 0 111 11101000 1010110 110011

Color Harmonies of #1732EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1732EE

Black with #1732EE

Text Example


Text Example

White with #1732EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1732EE; }

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

 H1.HeaderClassName
 {
   color: #1732EE;
 }
 .AnyTagClassName
 {
   color: #1732EE;
 }
</style>

background-color css

<style>
 a { background-color: #1732EE; }

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

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

border-color css

<style>
 span { border-color: #1732EE; }

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

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