#257DC9

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

Shades of Curious Blue #257DC9

Tints of Curious Blue #257DC9

Color information

#257DC9 (or 0x257DC9) is unknown color: approx Curious Blue. HEX triplet: 25, 7D and C9. RGB value is (37,125,201). Sum of RGB (Red+Green+Blue) = 37+125+201=363 (48% of max value = 765). Red value is 37 (14.84% from 255 or 10.19% from 363); Green value is 125 (49.22% from 255 or 34.44% from 363); Blue value is 201 (78.91% from 255 or 55.37% from 363); Max value from RGB is 201 - color contains mainly: blue. Hex color #257DC9 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #257DC9 is #DA8236. Grayscale: #6A6A6A. Windows color (decimal): -14320183 or 13204773. OLE color: 13204773.

HSL color Cylindrical-coordinate representation of color #257DC9: hue angle of 207.8º degrees, saturation: 0.69, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #257DC9 is Cyan = 0.82, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB37125201-
CMYK0.820.3800.21
HSL207.8º68.91%46.67%-
HSV(B)207.8º81.59%78.82%-
XYZ18.6419.2858-
YUV107.35180.8577.82-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 10.19%
GREEN value IS 125 (49.22% from 255) = 34.44%
BLUE value IS 201 (78.91% from 255) = 55.37%
R=10.19%
G=34.44%
B=55.37%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal371252010.820.3800.21207.868.9146.67
Hex257DC95226015d0452f
Octal451753111224602532010557
Binary1001011111101110010011010010100110010101110100001000101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #257DC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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