Shades of Curious Blue #257CCB
Tints of Curious Blue #257CCB
RGB
CMYK
RGB Variations
Color information
#257CCB (or 0x257CCB) is known color: Curious Blue. HEX triplet: 25, 7C and CB. RGB value is (37,124,203). Sum of RGB (Red+Green+Blue) = 37+124+203=364 (48% of max value = 765). Red value is 37 (14.84% from 255 or 10.16% from 364); Green value is 124 (48.83% from 255 or 34.07% from 364); Blue value is 203 (79.69% from 255 or 55.77% from 364); Max value from RGB is 203 - color contains mainly: blue. Hex color #257CCB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #257CCB is #DA8334. Grayscale: #6A6A6A. Windows color (decimal): -14320437 or 13335589. OLE color: 13335589.
HSL color Cylindrical-coordinate representation of color #257CCB: hue angle of 208.55º degrees, saturation: 0.69, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #257CCB is Cyan = 0.82, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 37 | 124 | 203 | - |
| CMYK | 0.82 | 0.39 | 0 | 0.20 |
| HSL | 208.55º | 0.69% | 0.47% | - |
| HSV(B) | 208.55º | 0.82% | 0.8% | - |
| XYZ | 18.75 | 19.12 | 59.2 | - |
| YUV | 106.99 | 182.18 | 78.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 124 | 203 | 0.82 | 0.39 | 0 | 0.20 | 208.55 | 0.69 | 0.47 |
| Hex | 25 | 7C | CB | 52 | 27 | 0 | 14 | D1 | 45 | 2F |
| Octal | 45 | 174 | 313 | 122 | 47 | 0 | 24 | 321 | 105 | 57 |
| Binary | 100101 | 1111100 | 11001011 | 1010010 | 100111 | 0 | 10100 | 11010001 | 1000101 | 101111 |
Color Harmonies of #257CCB
Complementary color
Monochromatic Colors of #257CCB
Black with #257CCB
Text Example
Text Example
White with #257CCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #257CCB; }
p { color: rgb(37,124,203); }
H1.HeaderClassName
{
color: #257CCB;
}
.AnyTagClassName
{
color: #257CCB;
}
</style>
background-color css
<style>
a { background-color: #257CCB; }
a { background-color: rgb(37,124,203); }
div.DivClassName
{
background-color: #257CCB;
}
.BgClassName
{
background-color: #257CCB;
}
</style>
border-color css
<style>
span { border-color: #257CCB; }
span { border-color: rgb(37,124,203); }
td.TdClassName
{
border-color: #257CCB;
}
.TagClassName
{
border-color: #257CCB;
}
</style>