Shades of Curious Blue #257BC5
Tints of Curious Blue #257BC5
RGB
CMYK
RGB Variations
Color information
#257BC5 (or 0x257BC5) is known color: Curious Blue. HEX triplet: 25, 7B and C5. RGB value is (37,123,197). Sum of RGB (Red+Green+Blue) = 37+123+197=357 (47% of max value = 765). Red value is 37 (14.84% from 255 or 10.36% from 357); Green value is 123 (48.44% from 255 or 34.45% from 357); Blue value is 197 (77.34% from 255 or 55.18% from 357); Max value from RGB is 197 - color contains mainly: blue. Hex color #257BC5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #257BC5 is #DA843A. Grayscale: #696969. Windows color (decimal): -14320699 or 12942117. OLE color: 12942117.
HSL color Cylindrical-coordinate representation of color #257BC5: hue angle of 207.75º degrees, saturation: 0.68, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #257BC5 is Cyan = 0.81, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 37 | 123 | 197 | - |
| CMYK | 0.81 | 0.38 | 0 | 0.23 |
| HSL | 207.75º | 0.68% | 0.46% | - |
| HSV(B) | 207.75º | 0.81% | 0.77% | - |
| XYZ | 17.92 | 18.59 | 55.47 | - |
| YUV | 105.72 | 179.51 | 78.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 123 | 197 | 0.81 | 0.38 | 0 | 0.23 | 207.75 | 0.68 | 0.46 |
| Hex | 25 | 7B | C5 | 51 | 26 | 0 | 17 | D0 | 44 | 2E |
| Octal | 45 | 173 | 305 | 121 | 46 | 0 | 27 | 320 | 104 | 56 |
| Binary | 100101 | 1111011 | 11000101 | 1010001 | 100110 | 0 | 10111 | 11010000 | 1000100 | 101110 |
Color Harmonies of #257BC5
Complementary color
Monochromatic Colors of #257BC5
Black with #257BC5
Text Example
Text Example
White with #257BC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #257BC5; }
p { color: rgb(37,123,197); }
H1.HeaderClassName
{
color: #257BC5;
}
.AnyTagClassName
{
color: #257BC5;
}
</style>
background-color css
<style>
a { background-color: #257BC5; }
a { background-color: rgb(37,123,197); }
div.DivClassName
{
background-color: #257BC5;
}
.BgClassName
{
background-color: #257BC5;
}
</style>
border-color css
<style>
span { border-color: #257BC5; }
span { border-color: rgb(37,123,197); }
td.TdClassName
{
border-color: #257BC5;
}
.TagClassName
{
border-color: #257BC5;
}
</style>