Shades of Curious Blue #258BD5
Tints of Curious Blue #258BD5
RGB
CMYK
RGB Variations
Color information
#258BD5 (or 0x258BD5) is known color: Curious Blue. HEX triplet: 25, 8B and D5. RGB value is (37,139,213). Sum of RGB (Red+Green+Blue) = 37+139+213=389 (51% of max value = 765). Red value is 37 (14.84% from 255 or 9.51% from 389); Green value is 139 (54.69% from 255 or 35.73% from 389); Blue value is 213 (83.59% from 255 or 54.76% from 389); Max value from RGB is 213 - color contains mainly: blue. Hex color #258BD5 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #258BD5 is #DA742A. Grayscale: #747474. Windows color (decimal): -14316587 or 13994789. OLE color: 13994789.
HSL color Cylindrical-coordinate representation of color #258BD5: hue angle of 205.23º degrees, saturation: 0.7, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #258BD5 is Cyan = 0.83, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 37 | 139 | 213 | - |
| CMYK | 0.83 | 0.35 | 0 | 0.16 |
| HSL | 205.23º | 0.7% | 0.49% | - |
| HSV(B) | 205.23º | 0.83% | 0.84% | - |
| XYZ | 22.01 | 23.66 | 66.36 | - |
| YUV | 116.94 | 182.21 | 70.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 139 | 213 | 0.83 | 0.35 | 0 | 0.16 | 205.23 | 0.7 | 0.49 |
| Hex | 25 | 8B | D5 | 53 | 23 | 0 | 10 | CD | 46 | 31 |
| Octal | 45 | 213 | 325 | 123 | 43 | 0 | 20 | 315 | 106 | 61 |
| Binary | 100101 | 10001011 | 11010101 | 1010011 | 100011 | 0 | 10000 | 11001101 | 1000110 | 110001 |
Color Harmonies of #258BD5
Complementary color
Monochromatic Colors of #258BD5
Black with #258BD5
Text Example
Text Example
White with #258BD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #258BD5; }
p { color: rgb(37,139,213); }
H1.HeaderClassName
{
color: #258BD5;
}
.AnyTagClassName
{
color: #258BD5;
}
</style>
background-color css
<style>
a { background-color: #258BD5; }
a { background-color: rgb(37,139,213); }
div.DivClassName
{
background-color: #258BD5;
}
.BgClassName
{
background-color: #258BD5;
}
</style>
border-color css
<style>
span { border-color: #258BD5; }
span { border-color: rgb(37,139,213); }
td.TdClassName
{
border-color: #258BD5;
}
.TagClassName
{
border-color: #258BD5;
}
</style>