#1725EA

Color #1725EA Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue #1725EA

Tints of Blue #1725EA

Color information

#1725EA (or 0x1725EA) is unknown color: approx Blue. HEX triplet: 17, 25 and EA. RGB value is (23,37,234). Sum of RGB (Red+Green+Blue) = 23+37+234=294 (38% of max value = 765). Red value is 23 (9.38% from 255 or 7.82% from 294); Green value is 37 (14.84% from 255 or 12.59% from 294); Blue value is 234 (91.80% from 255 or 79.59% from 294); Max value from RGB is 234 - color contains mainly: blue. Hex color #1725EA is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1725EA is #E8DA15. Grayscale: #363636. Windows color (decimal): -15260182 or 15344919. OLE color: 15344919.

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

Color convert

RGB2337234-
CMYK0.900.8400.08
HSL236.02º83.4%50.39%-
HSV(B)236.02º90.17%91.76%-
XYZ15.877.4578.44-
YUV55.27228.86104.98-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 7.82%
GREEN value IS 37 (14.84% from 255) = 12.59%
BLUE value IS 234 (91.80% from 255) = 79.59%
R=7.82%
G=12.59%
B=79.59%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23372340.900.8400.08236.0283.450.39
Hex1725EA5A5408ec5332
Octal274535213212401035412362
Binary10111100101111010101011010101010001000111011001010011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1725EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1725EA; }

 p { color: rgb(23,37,234); }

 H1.HeaderClassName
 {
   color: #1725EA;
 }
 .AnyTagClassName
 {
   color: #1725EA;
 }
</style>
background-color css

<style>
 a { background-color: #1725EA; }

 a { background-color: rgb(23,37,234); }

 div.DivClassName
 {
   background-color: #1725EA;
 }
 .BgClassName
 {
   background-color: #1725EA;
 }
</style>
border-color css

<style>
 span { border-color: #1725EA; }

 span { border-color: rgb(23,37,234); }

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