#257DC0

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

Shades of Curious Blue #257DC0

Tints of Curious Blue #257DC0

Color information

#257DC0 (or 0x257DC0) is unknown color: approx Curious Blue. HEX triplet: 25, 7D and C0. RGB value is (37,125,192). Sum of RGB (Red+Green+Blue) = 37+125+192=354 (46% of max value = 765). Red value is 37 (14.84% from 255 or 10.45% from 354); Green value is 125 (49.22% from 255 or 35.31% from 354); Blue value is 192 (75.39% from 255 or 54.24% from 354); Max value from RGB is 192 - color contains mainly: blue. Hex color #257DC0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #257DC0 is #DA823F. Grayscale: #696969. Windows color (decimal): -14320192 or 12614949. OLE color: 12614949.

HSL color Cylindrical-coordinate representation of color #257DC0: hue angle of 205.94º 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 #257DC0 is Cyan = 0.81, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB37125192-
CMYK0.810.3500.25
HSL205.94º67.69%44.9%-
HSV(B)205.94º80.73%75.29%-
XYZ17.6118.8752.58-
YUV106.33176.3578.55-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 10.45%
GREEN value IS 125 (49.22% from 255) = 35.31%
BLUE value IS 192 (75.39% from 255) = 54.24%
R=10.45%
G=35.31%
B=54.24%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal371251920.810.3500.25205.9467.6944.9
Hex257DC05123019ce442d
Octal451753001214303131610455
Binary1001011111101110000001010001100011011001110011101000100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #257DC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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