#257EB8

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

Shades of Curious Blue #257EB8

Tints of Curious Blue #257EB8

Color information

#257EB8 (or 0x257EB8) is unknown color: approx Curious Blue. HEX triplet: 25, 7E and B8. RGB value is (37,126,184). Sum of RGB (Red+Green+Blue) = 37+126+184=347 (45% of max value = 765). Red value is 37 (14.84% from 255 or 10.66% from 347); Green value is 126 (49.61% from 255 or 36.31% from 347); Blue value is 184 (72.27% from 255 or 53.03% from 347); Max value from RGB is 184 - color contains mainly: blue. Hex color #257EB8 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #257EB8 is #DA8147. Grayscale: #696969. Windows color (decimal): -14319944 or 12090917. OLE color: 12090917.

HSL color Cylindrical-coordinate representation of color #257EB8: hue angle of 203.67º degrees, saturation: 0.67, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #257EB8 is Cyan = 0.80, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB37126184-
CMYK0.800.3200.28
HSL203.67º66.52%43.33%-
HSV(B)203.67º79.89%72.16%-
XYZ16.8818.7848.08-
YUV106172.0178.78-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 10.66%
GREEN value IS 126 (49.61% from 255) = 36.31%
BLUE value IS 184 (72.27% from 255) = 53.03%
R=10.66%
G=36.31%
B=53.03%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal371261840.800.3200.28203.6766.5243.33
Hex257EB8502001Ccc432b
Octal451762701204003431410353
Binary1001011111110101110001010000100000011100110011001000011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #257EB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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