#257DB1

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

Shades of Curious Blue #257DB1

Tints of Curious Blue #257DB1

Color information

#257DB1 (or 0x257DB1) is unknown color: approx Curious Blue. HEX triplet: 25, 7D and B1. RGB value is (37,125,177). Sum of RGB (Red+Green+Blue) = 37+125+177=339 (44% of max value = 765). Red value is 37 (14.84% from 255 or 10.91% from 339); Green value is 125 (49.22% from 255 or 36.87% from 339); Blue value is 177 (69.53% from 255 or 52.21% from 339); Max value from RGB is 177 - color contains mainly: blue. Hex color #257DB1 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #257DB1 is #DA824E. Grayscale: #686868. Windows color (decimal): -14320207 or 11631909. OLE color: 11631909.

HSL color Cylindrical-coordinate representation of color #257DB1: hue angle of 202.29º degrees, saturation: 0.65, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #257DB1 is Cyan = 0.79, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB37125177-
CMYK0.790.2900.31
HSL202.29º65.42%41.96%-
HSV(B)202.29º79.1%69.41%-
XYZ16.0318.2344.27-
YUV104.62168.8579.77-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 10.91%
GREEN value IS 125 (49.22% from 255) = 36.87%
BLUE value IS 177 (69.53% from 255) = 52.21%
R=10.91%
G=36.87%
B=52.21%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal371251770.790.2900.31202.2965.4241.96
Hex257DB14F1D01Fca412a
Octal451752611173503731210152
Binary100101111110110110001100111111101011111110010101000001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #257DB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(37,125,177); }

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

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

 a { background-color: rgb(37,125,177); }

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

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

 span { border-color: rgb(37,125,177); }

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