Shades of Curious Blue #257BBB
Tints of Curious Blue #257BBB
RGB
CMYK
RGB Variations
Color information
#257BBB (or 0x257BBB) is known color: Curious Blue. HEX triplet: 25, 7B and BB. RGB value is (37,123,187). Sum of RGB (Red+Green+Blue) = 37+123+187=347 (45% of max value = 765). Red value is 37 (14.84% from 255 or 10.66% from 347); Green value is 123 (48.44% from 255 or 35.45% from 347); Blue value is 187 (73.44% from 255 or 53.89% from 347); Max value from RGB is 187 - color contains mainly: blue. Hex color #257BBB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #257BBB is #DA8444. Grayscale: #686868. Windows color (decimal): -14320709 or 12286757. OLE color: 12286757.
HSL color Cylindrical-coordinate representation of color #257BBB: hue angle of 205.6º 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 #257BBB is Cyan = 0.80, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 37 | 123 | 187 | - |
| CMYK | 0.80 | 0.34 | 0 | 0.27 |
| HSL | 205.6º | 0.67% | 0.44% | - |
| HSV(B) | 205.6º | 0.8% | 0.73% | - |
| XYZ | 16.82 | 18.15 | 49.63 | - |
| YUV | 104.58 | 174.51 | 79.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 123 | 187 | 0.80 | 0.34 | 0 | 0.27 | 205.6 | 0.67 | 0.44 |
| Hex | 25 | 7B | BB | 50 | 22 | 0 | 1B | CE | 43 | 2C |
| Octal | 45 | 173 | 273 | 120 | 42 | 0 | 33 | 316 | 103 | 54 |
| Binary | 100101 | 1111011 | 10111011 | 1010000 | 100010 | 0 | 11011 | 11001110 | 1000011 | 101100 |
Color Harmonies of #257BBB
Complementary color
Monochromatic Colors of #257BBB
Black with #257BBB
Text Example
Text Example
White with #257BBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #257BBB; }
p { color: rgb(37,123,187); }
H1.HeaderClassName
{
color: #257BBB;
}
.AnyTagClassName
{
color: #257BBB;
}
</style>
background-color css
<style>
a { background-color: #257BBB; }
a { background-color: rgb(37,123,187); }
div.DivClassName
{
background-color: #257BBB;
}
.BgClassName
{
background-color: #257BBB;
}
</style>
border-color css
<style>
span { border-color: #257BBB; }
span { border-color: rgb(37,123,187); }
td.TdClassName
{
border-color: #257BBB;
}
.TagClassName
{
border-color: #257BBB;
}
</style>