Shades of Curious Blue #257CD3
Tints of Curious Blue #257CD3
RGB
CMYK
RGB Variations
Color information
#257CD3 (or 0x257CD3) is known color: Curious Blue. HEX triplet: 25, 7C and D3. RGB value is (37,124,211). Sum of RGB (Red+Green+Blue) = 37+124+211=372 (49% of max value = 765). Red value is 37 (14.84% from 255 or 9.95% from 372); Green value is 124 (48.83% from 255 or 33.33% from 372); Blue value is 211 (82.81% from 255 or 56.72% from 372); Max value from RGB is 211 - color contains mainly: blue. Hex color #257CD3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #257CD3 is #DA832C. Grayscale: #6B6B6B. Windows color (decimal): -14320429 or 13859877. OLE color: 13859877.
HSL color Cylindrical-coordinate representation of color #257CD3: hue angle of 210º degrees, saturation: 0.7, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #257CD3 is Cyan = 0.82, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 37 | 124 | 211 | - |
| CMYK | 0.82 | 0.41 | 0 | 0.17 |
| HSL | 210º | 0.7% | 0.49% | - |
| HSV(B) | 210º | 0.82% | 0.83% | - |
| XYZ | 19.73 | 19.51 | 64.35 | - |
| YUV | 107.91 | 186.18 | 77.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 124 | 211 | 0.82 | 0.41 | 0 | 0.17 | 210 | 0.7 | 0.49 |
| Hex | 25 | 7C | D3 | 52 | 29 | 0 | 11 | D2 | 46 | 31 |
| Octal | 45 | 174 | 323 | 122 | 51 | 0 | 21 | 322 | 106 | 61 |
| Binary | 100101 | 1111100 | 11010011 | 1010010 | 101001 | 0 | 10001 | 11010010 | 1000110 | 110001 |
Color Harmonies of #257CD3
Complementary color
Monochromatic Colors of #257CD3
Black with #257CD3
Text Example
Text Example
White with #257CD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #257CD3; }
p { color: rgb(37,124,211); }
H1.HeaderClassName
{
color: #257CD3;
}
.AnyTagClassName
{
color: #257CD3;
}
</style>
background-color css
<style>
a { background-color: #257CD3; }
a { background-color: rgb(37,124,211); }
div.DivClassName
{
background-color: #257CD3;
}
.BgClassName
{
background-color: #257CD3;
}
</style>
border-color css
<style>
span { border-color: #257CD3; }
span { border-color: rgb(37,124,211); }
td.TdClassName
{
border-color: #257CD3;
}
.TagClassName
{
border-color: #257CD3;
}
</style>