Shades of Curious Blue #257BC1
Tints of Curious Blue #257BC1
RGB
CMYK
RGB Variations
Color information
#257BC1 (or 0x257BC1) is known color: Curious Blue. HEX triplet: 25, 7B and C1. RGB value is (37,123,193). Sum of RGB (Red+Green+Blue) = 37+123+193=353 (46% of max value = 765). Red value is 37 (14.84% from 255 or 10.48% from 353); Green value is 123 (48.44% from 255 or 34.84% from 353); Blue value is 193 (75.78% from 255 or 54.67% from 353); Max value from RGB is 193 - color contains mainly: blue. Hex color #257BC1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #257BC1 is #DA843E. Grayscale: #686868. Windows color (decimal): -14320703 or 12679973. OLE color: 12679973.
HSL color Cylindrical-coordinate representation of color #257BC1: hue angle of 206.92º degrees, saturation: 0.68, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #257BC1 is Cyan = 0.81, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 37 | 123 | 193 | - |
| CMYK | 0.81 | 0.36 | 0 | 0.24 |
| HSL | 206.92º | 0.68% | 0.45% | - |
| HSV(B) | 206.92º | 0.81% | 0.76% | - |
| XYZ | 17.47 | 18.41 | 53.08 | - |
| YUV | 105.27 | 177.51 | 79.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 123 | 193 | 0.81 | 0.36 | 0 | 0.24 | 206.92 | 0.68 | 0.45 |
| Hex | 25 | 7B | C1 | 51 | 24 | 0 | 18 | CF | 44 | 2D |
| Octal | 45 | 173 | 301 | 121 | 44 | 0 | 30 | 317 | 104 | 55 |
| Binary | 100101 | 1111011 | 11000001 | 1010001 | 100100 | 0 | 11000 | 11001111 | 1000100 | 101101 |
Color Harmonies of #257BC1
Complementary color
Monochromatic Colors of #257BC1
Black with #257BC1
Text Example
Text Example
White with #257BC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #257BC1; }
p { color: rgb(37,123,193); }
H1.HeaderClassName
{
color: #257BC1;
}
.AnyTagClassName
{
color: #257BC1;
}
</style>
background-color css
<style>
a { background-color: #257BC1; }
a { background-color: rgb(37,123,193); }
div.DivClassName
{
background-color: #257BC1;
}
.BgClassName
{
background-color: #257BC1;
}
</style>
border-color css
<style>
span { border-color: #257BC1; }
span { border-color: rgb(37,123,193); }
td.TdClassName
{
border-color: #257BC1;
}
.TagClassName
{
border-color: #257BC1;
}
</style>