Shades of Curious Blue #258FD3
Tints of Curious Blue #258FD3
RGB
CMYK
RGB Variations
Color information
#258FD3 (or 0x258FD3) is known color: Curious Blue. HEX triplet: 25, 8F and D3. RGB value is (37,143,211). Sum of RGB (Red+Green+Blue) = 37+143+211=391 (51% of max value = 765). Red value is 37 (14.84% from 255 or 9.46% from 391); Green value is 143 (56.25% from 255 or 36.57% from 391); Blue value is 211 (82.81% from 255 or 53.96% from 391); Max value from RGB is 211 - color contains mainly: blue. Hex color #258FD3 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #258FD3 is #DA702C. Grayscale: #767676. Windows color (decimal): -14315565 or 13864741. OLE color: 13864741.
HSL color Cylindrical-coordinate representation of color #258FD3: hue angle of 203.45º 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 #258FD3 is Cyan = 0.82, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 37 | 143 | 211 | - |
| CMYK | 0.82 | 0.32 | 0 | 0.17 |
| HSL | 203.45º | 0.7% | 0.49% | - |
| HSV(B) | 203.45º | 0.82% | 0.83% | - |
| XYZ | 22.34 | 24.74 | 65.23 | - |
| YUV | 119.06 | 179.88 | 69.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 143 | 211 | 0.82 | 0.32 | 0 | 0.17 | 203.45 | 0.7 | 0.49 |
| Hex | 25 | 8F | D3 | 52 | 20 | 0 | 11 | CB | 46 | 31 |
| Octal | 45 | 217 | 323 | 122 | 40 | 0 | 21 | 313 | 106 | 61 |
| Binary | 100101 | 10001111 | 11010011 | 1010010 | 100000 | 0 | 10001 | 11001011 | 1000110 | 110001 |
Color Harmonies of #258FD3
Complementary color
Monochromatic Colors of #258FD3
Black with #258FD3
Text Example
Text Example
White with #258FD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #258FD3; }
p { color: rgb(37,143,211); }
H1.HeaderClassName
{
color: #258FD3;
}
.AnyTagClassName
{
color: #258FD3;
}
</style>
background-color css
<style>
a { background-color: #258FD3; }
a { background-color: rgb(37,143,211); }
div.DivClassName
{
background-color: #258FD3;
}
.BgClassName
{
background-color: #258FD3;
}
</style>
border-color css
<style>
span { border-color: #258FD3; }
span { border-color: rgb(37,143,211); }
td.TdClassName
{
border-color: #258FD3;
}
.TagClassName
{
border-color: #258FD3;
}
</style>