#257EBF

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

Shades of Curious Blue #257EBF

Tints of Curious Blue #257EBF

Color information

#257EBF (or 0x257EBF) is unknown color: approx Curious Blue. HEX triplet: 25, 7E and BF. RGB value is (37,126,191). Sum of RGB (Red+Green+Blue) = 37+126+191=354 (46% of max value = 765). Red value is 37 (14.84% from 255 or 10.45% from 354); Green value is 126 (49.61% from 255 or 35.59% from 354); Blue value is 191 (75% from 255 or 53.95% from 354); Max value from RGB is 191 - color contains mainly: blue. Hex color #257EBF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #257EBF is #DA8140. Grayscale: #6A6A6A. Windows color (decimal): -14319937 or 12549669. OLE color: 12549669.

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

Color convert

RGB37126191-
CMYK0.810.3400.25
HSL205.32º67.54%44.71%-
HSV(B)205.32º80.63%74.9%-
XYZ17.6319.0852.04-
YUV106.8175.5178.21-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 10.45%
GREEN value IS 126 (49.61% from 255) = 35.59%
BLUE value IS 191 (75% from 255) = 53.95%
R=10.45%
G=35.59%
B=53.95%

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
Decimal371261910.810.3400.25205.3267.5444.71
Hex257EBF5122019cd442d
Octal451762771214203131510455
Binary1001011111110101111111010001100010011001110011011000100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #257EBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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