Shades of Curious Blue #257BC8
Tints of Curious Blue #257BC8
RGB
CMYK
RGB Variations
Color information
#257BC8 (or 0x257BC8) is known color: Curious Blue. HEX triplet: 25, 7B and C8. RGB value is (37,123,200). Sum of RGB (Red+Green+Blue) = 37+123+200=360 (47% of max value = 765). Red value is 37 (14.84% from 255 or 10.28% from 360); Green value is 123 (48.44% from 255 or 34.17% from 360); Blue value is 200 (78.52% from 255 or 55.56% from 360); Max value from RGB is 200 - color contains mainly: blue. Hex color #257BC8 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #257BC8 is #DA8437. Grayscale: #696969. Windows color (decimal): -14320696 or 13138725. OLE color: 13138725.
HSL color Cylindrical-coordinate representation of color #257BC8: hue angle of 208.34º degrees, saturation: 0.69, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #257BC8 is Cyan = 0.82, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 37 | 123 | 200 | - |
| CMYK | 0.82 | 0.38 | 0 | 0.22 |
| HSL | 208.34º | 0.69% | 0.46% | - |
| HSV(B) | 208.34º | 0.82% | 0.78% | - |
| XYZ | 18.27 | 18.73 | 57.3 | - |
| YUV | 106.06 | 181.01 | 78.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 123 | 200 | 0.82 | 0.38 | 0 | 0.22 | 208.34 | 0.69 | 0.46 |
| Hex | 25 | 7B | C8 | 52 | 26 | 0 | 16 | D0 | 45 | 2E |
| Octal | 45 | 173 | 310 | 122 | 46 | 0 | 26 | 320 | 105 | 56 |
| Binary | 100101 | 1111011 | 11001000 | 1010010 | 100110 | 0 | 10110 | 11010000 | 1000101 | 101110 |
Color Harmonies of #257BC8
Complementary color
Monochromatic Colors of #257BC8
Black with #257BC8
Text Example
Text Example
White with #257BC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #257BC8; }
p { color: rgb(37,123,200); }
H1.HeaderClassName
{
color: #257BC8;
}
.AnyTagClassName
{
color: #257BC8;
}
</style>
background-color css
<style>
a { background-color: #257BC8; }
a { background-color: rgb(37,123,200); }
div.DivClassName
{
background-color: #257BC8;
}
.BgClassName
{
background-color: #257BC8;
}
</style>
border-color css
<style>
span { border-color: #257BC8; }
span { border-color: rgb(37,123,200); }
td.TdClassName
{
border-color: #257BC8;
}
.TagClassName
{
border-color: #257BC8;
}
</style>