Shades of Curious Blue #258CCB
Tints of Curious Blue #258CCB
RGB
CMYK
RGB Variations
Color information
#258CCB (or 0x258CCB) is known color: Curious Blue. HEX triplet: 25, 8C and CB. RGB value is (37,140,203). Sum of RGB (Red+Green+Blue) = 37+140+203=380 (50% of max value = 765). Red value is 37 (14.84% from 255 or 9.74% from 380); Green value is 140 (55.08% from 255 or 36.84% from 380); Blue value is 203 (79.69% from 255 or 53.42% from 380); Max value from RGB is 203 - color contains mainly: blue. Hex color #258CCB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #258CCB is #DA7334. Grayscale: #747474. Windows color (decimal): -14316341 or 13339685. OLE color: 13339685.
HSL color Cylindrical-coordinate representation of color #258CCB: hue angle of 202.77º 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 #258CCB is Cyan = 0.82, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 37 | 140 | 203 | - |
| CMYK | 0.82 | 0.31 | 0 | 0.20 |
| HSL | 202.77º | 0.69% | 0.47% | - |
| HSV(B) | 202.77º | 0.82% | 0.8% | - |
| XYZ | 20.92 | 23.46 | 59.93 | - |
| YUV | 116.39 | 176.88 | 71.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 140 | 203 | 0.82 | 0.31 | 0 | 0.20 | 202.77 | 0.69 | 0.47 |
| Hex | 25 | 8C | CB | 52 | 1F | 0 | 14 | CB | 45 | 2F |
| Octal | 45 | 214 | 313 | 122 | 37 | 0 | 24 | 313 | 105 | 57 |
| Binary | 100101 | 10001100 | 11001011 | 1010010 | 11111 | 0 | 10100 | 11001011 | 1000101 | 101111 |
Color Harmonies of #258CCB
Complementary color
Monochromatic Colors of #258CCB
Black with #258CCB
Text Example
Text Example
White with #258CCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #258CCB; }
p { color: rgb(37,140,203); }
H1.HeaderClassName
{
color: #258CCB;
}
.AnyTagClassName
{
color: #258CCB;
}
</style>
background-color css
<style>
a { background-color: #258CCB; }
a { background-color: rgb(37,140,203); }
div.DivClassName
{
background-color: #258CCB;
}
.BgClassName
{
background-color: #258CCB;
}
</style>
border-color css
<style>
span { border-color: #258CCB; }
span { border-color: rgb(37,140,203); }
td.TdClassName
{
border-color: #258CCB;
}
.TagClassName
{
border-color: #258CCB;
}
</style>