#257EC0

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

Shades of Curious Blue #257EC0

Tints of Curious Blue #257EC0

Color information

#257EC0 (or 0x257EC0) is unknown color: approx Curious Blue. HEX triplet: 25, 7E and C0. RGB value is (37,126,192). Sum of RGB (Red+Green+Blue) = 37+126+192=355 (47% of max value = 765). Red value is 37 (14.84% from 255 or 10.42% from 355); Green value is 126 (49.61% from 255 or 35.49% from 355); Blue value is 192 (75.39% from 255 or 54.08% from 355); Max value from RGB is 192 - color contains mainly: blue. Hex color #257EC0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #257EC0 is #DA813F. Grayscale: #6A6A6A. Windows color (decimal): -14319936 or 12615205. OLE color: 12615205.

HSL color Cylindrical-coordinate representation of color #257EC0: hue angle of 205.55º degrees, saturation: 0.68, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #257EC0 is Cyan = 0.81, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB37126192-
CMYK0.810.3400.25
HSL205.55º67.69%44.9%-
HSV(B)205.55º80.73%75.29%-
XYZ17.7419.1252.62-
YUV106.91176.0178.13-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 10.42%
GREEN value IS 126 (49.61% from 255) = 35.49%
BLUE value IS 192 (75.39% from 255) = 54.08%
R=10.42%
G=35.49%
B=54.08%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal371261920.810.3400.25205.5567.6944.9
Hex257EC05122019ce442d
Octal451763001214203131610455
Binary1001011111110110000001010001100010011001110011101000100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #257EC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #257EC0; }

 p { color: rgb(37,126,192); }

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

<style>
 a { background-color: #257EC0; }

 a { background-color: rgb(37,126,192); }

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

<style>
 span { border-color: #257EC0; }

 span { border-color: rgb(37,126,192); }

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