Shades of Curious Blue #257FBB
Tints of Curious Blue #257FBB
RGB
CMYK
RGB Variations
Color information
#257FBB (or 0x257FBB) is known color: Curious Blue. HEX triplet: 25, 7F and BB. RGB value is (37,127,187). Sum of RGB (Red+Green+Blue) = 37+127+187=351 (46% of max value = 765). Red value is 37 (14.84% from 255 or 10.54% from 351); Green value is 127 (50% from 255 or 36.18% from 351); Blue value is 187 (73.44% from 255 or 53.28% from 351); Max value from RGB is 187 - color contains mainly: blue. Hex color #257FBB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #257FBB is #DA8044. Grayscale: #6A6A6A. Windows color (decimal): -14319685 or 12287781. OLE color: 12287781.
HSL color Cylindrical-coordinate representation of color #257FBB: hue angle of 204º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #257FBB is Cyan = 0.80, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 37 | 127 | 187 | - |
| CMYK | 0.80 | 0.32 | 0 | 0.27 |
| HSL | 204º | 0.67% | 0.44% | - |
| HSV(B) | 204º | 0.8% | 0.73% | - |
| XYZ | 17.32 | 19.16 | 49.8 | - |
| YUV | 106.93 | 173.18 | 78.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 127 | 187 | 0.80 | 0.32 | 0 | 0.27 | 204 | 0.67 | 0.44 |
| Hex | 25 | 7F | BB | 50 | 20 | 0 | 1B | CC | 43 | 2C |
| Octal | 45 | 177 | 273 | 120 | 40 | 0 | 33 | 314 | 103 | 54 |
| Binary | 100101 | 1111111 | 10111011 | 1010000 | 100000 | 0 | 11011 | 11001100 | 1000011 | 101100 |
Color Harmonies of #257FBB
Complementary color
Monochromatic Colors of #257FBB
Black with #257FBB
Text Example
Text Example
White with #257FBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #257FBB; }
p { color: rgb(37,127,187); }
H1.HeaderClassName
{
color: #257FBB;
}
.AnyTagClassName
{
color: #257FBB;
}
</style>
background-color css
<style>
a { background-color: #257FBB; }
a { background-color: rgb(37,127,187); }
div.DivClassName
{
background-color: #257FBB;
}
.BgClassName
{
background-color: #257FBB;
}
</style>
border-color css
<style>
span { border-color: #257FBB; }
span { border-color: rgb(37,127,187); }
td.TdClassName
{
border-color: #257FBB;
}
.TagClassName
{
border-color: #257FBB;
}
</style>