Html Css Color HEX #1728E0 Persian Blue

📋 copy color: '#1728E0'

red 23 ◦ green 40 ◦ blue 224

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

Shades of Persian Blue #1728E0

Tints of Persian Blue #1728E0

RGB

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

 GREEN value IS 40 (16.02% from 255) = 13.94%

 BLUE value IS 224 (87.89% from 255) = 78.05%

R = 8.01%
G = 13.94%
B = 78.05%

CMYK

 C value IS 0.90

 M value IS 0.82

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#1728E0 (or 0x1728E0) is known color: Persian Blue. HEX triplet: 17, 28 and E0. RGB value is (23,40,224). Sum of RGB (Red+Green+Blue) = 23+40+224=287 (38% of max value = 765). Red value is 23 (9.38% from 255 or 8.01% from 287); Green value is 40 (16.02% from 255 or 13.94% from 287); Blue value is 224 (87.89% from 255 or 78.05% from 287); Max value from RGB is 224 - color contains mainly: blue. Hex color #1728E0 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1728E0 is #E8D71F. Grayscale: #373737. Windows color (decimal): -15259424 or 14690327. OLE color: 14690327.

HSL color Cylindrical-coordinate representation of color #1728E0: hue angle of 234.93º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1728E0 is Cyan = 0.90, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 23 40 224 -
CMYK 0.90 0.82 0 0.12
HSL 234.93º 0.81% 0.48% -
HSV(B) 234.93º 0.9% 0.88% -
XYZ 14.57 7.08 71.12 -
YUV 55.89 222.87 104.54 -
System Red Green Blue C M Y K H S L
Decimal 23 40 224 0.90 0.82 0 0.12 234.93 0.81 0.48
Hex 17 28 E0 5A 52 0 C EB 51 30
Octal 27 50 340 132 122 0 14 353 121 60
Binary 10111 101000 11100000 1011010 1010010 0 1100 11101011 1010001 110000

Color Harmonies of #1728E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1728E0

Black with #1728E0

Text Example


Text Example

White with #1728E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1728E0; }

 p { color: rgb(23,40,224); }

 H1.HeaderClassName
 {
   color: #1728E0;
 }
 .AnyTagClassName
 {
   color: #1728E0;
 }
</style>

background-color css

<style>
 a { background-color: #1728E0; }

 a { background-color: rgb(23,40,224); }

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

border-color css

<style>
 span { border-color: #1728E0; }

 span { border-color: rgb(23,40,224); }

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