Shades of Curious Blue #257BD1
Tints of Curious Blue #257BD1
RGB
CMYK
RGB Variations
Color information
#257BD1 (or 0x257BD1) is known color: Curious Blue. HEX triplet: 25, 7B and D1. RGB value is (37,123,209). Sum of RGB (Red+Green+Blue) = 37+123+209=369 (48% of max value = 765). Red value is 37 (14.84% from 255 or 10.03% from 369); Green value is 123 (48.44% from 255 or 33.33% from 369); Blue value is 209 (82.03% from 255 or 56.64% from 369); Max value from RGB is 209 - color contains mainly: blue. Hex color #257BD1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #257BD1 is #DA842E. Grayscale: #6A6A6A. Windows color (decimal): -14320687 or 13728549. OLE color: 13728549.
HSL color Cylindrical-coordinate representation of color #257BD1: hue angle of 210º degrees, saturation: 0.7, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #257BD1 is Cyan = 0.82, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 37 | 123 | 209 | - |
| CMYK | 0.82 | 0.41 | 0 | 0.18 |
| HSL | 210º | 0.7% | 0.48% | - |
| HSV(B) | 210º | 0.82% | 0.82% | - |
| XYZ | 19.35 | 19.16 | 63 | - |
| YUV | 107.09 | 185.51 | 78.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 123 | 209 | 0.82 | 0.41 | 0 | 0.18 | 210 | 0.7 | 0.48 |
| Hex | 25 | 7B | D1 | 52 | 29 | 0 | 12 | D2 | 46 | 30 |
| Octal | 45 | 173 | 321 | 122 | 51 | 0 | 22 | 322 | 106 | 60 |
| Binary | 100101 | 1111011 | 11010001 | 1010010 | 101001 | 0 | 10010 | 11010010 | 1000110 | 110000 |
Color Harmonies of #257BD1
Complementary color
Monochromatic Colors of #257BD1
Black with #257BD1
Text Example
Text Example
White with #257BD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #257BD1; }
p { color: rgb(37,123,209); }
H1.HeaderClassName
{
color: #257BD1;
}
.AnyTagClassName
{
color: #257BD1;
}
</style>
background-color css
<style>
a { background-color: #257BD1; }
a { background-color: rgb(37,123,209); }
div.DivClassName
{
background-color: #257BD1;
}
.BgClassName
{
background-color: #257BD1;
}
</style>
border-color css
<style>
span { border-color: #257BD1; }
span { border-color: rgb(37,123,209); }
td.TdClassName
{
border-color: #257BD1;
}
.TagClassName
{
border-color: #257BD1;
}
</style>