Shades of Curious Blue #257DCB
Tints of Curious Blue #257DCB
RGB
CMYK
RGB Variations
Color information
#257DCB (or 0x257DCB) is known color: Curious Blue. HEX triplet: 25, 7D and CB. RGB value is (37,125,203). Sum of RGB (Red+Green+Blue) = 37+125+203=365 (48% of max value = 765). Red value is 37 (14.84% from 255 or 10.14% from 365); Green value is 125 (49.22% from 255 or 34.25% from 365); Blue value is 203 (79.69% from 255 or 55.62% from 365); Max value from RGB is 203 - color contains mainly: blue. Hex color #257DCB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #257DCB is #DA8234. Grayscale: #6B6B6B. Windows color (decimal): -14320181 or 13335845. OLE color: 13335845.
HSL color Cylindrical-coordinate representation of color #257DCB: hue angle of 208.19º 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 #257DCB is Cyan = 0.82, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 37 | 125 | 203 | - |
| CMYK | 0.82 | 0.38 | 0 | 0.20 |
| HSL | 208.19º | 0.69% | 0.47% | - |
| HSV(B) | 208.19º | 0.82% | 0.8% | - |
| XYZ | 18.88 | 19.37 | 59.24 | - |
| YUV | 107.58 | 181.85 | 77.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 125 | 203 | 0.82 | 0.38 | 0 | 0.20 | 208.19 | 0.69 | 0.47 |
| Hex | 25 | 7D | CB | 52 | 26 | 0 | 14 | D0 | 45 | 2F |
| Octal | 45 | 175 | 313 | 122 | 46 | 0 | 24 | 320 | 105 | 57 |
| Binary | 100101 | 1111101 | 11001011 | 1010010 | 100110 | 0 | 10100 | 11010000 | 1000101 | 101111 |
Color Harmonies of #257DCB
Complementary color
Monochromatic Colors of #257DCB
Black with #257DCB
Text Example
Text Example
White with #257DCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #257DCB; }
p { color: rgb(37,125,203); }
H1.HeaderClassName
{
color: #257DCB;
}
.AnyTagClassName
{
color: #257DCB;
}
</style>
background-color css
<style>
a { background-color: #257DCB; }
a { background-color: rgb(37,125,203); }
div.DivClassName
{
background-color: #257DCB;
}
.BgClassName
{
background-color: #257DCB;
}
</style>
border-color css
<style>
span { border-color: #257DCB; }
span { border-color: rgb(37,125,203); }
td.TdClassName
{
border-color: #257DCB;
}
.TagClassName
{
border-color: #257DCB;
}
</style>