Shades of Curious Blue #248ACB
Tints of Curious Blue #248ACB
RGB
CMYK
RGB Variations
Color information
#248ACB (or 0x248ACB) is known color: Curious Blue. HEX triplet: 24, 8A and CB. RGB value is (36,138,203). Sum of RGB (Red+Green+Blue) = 36+138+203=377 (49% of max value = 765). Red value is 36 (14.45% from 255 or 9.55% from 377); Green value is 138 (54.30% from 255 or 36.60% from 377); Blue value is 203 (79.69% from 255 or 53.85% from 377); Max value from RGB is 203 - color contains mainly: blue. Hex color #248ACB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #248ACB is #DB7534. Grayscale: #727272. Windows color (decimal): -14382389 or 13339172. OLE color: 13339172.
HSL color Cylindrical-coordinate representation of color #248ACB: hue angle of 203.35º degrees, saturation: 0.7, 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 #248ACB is Cyan = 0.82, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 36 | 138 | 203 | - |
| CMYK | 0.82 | 0.32 | 0 | 0.20 |
| HSL | 203.35º | 0.7% | 0.47% | - |
| HSV(B) | 203.35º | 0.82% | 0.8% | - |
| XYZ | 20.6 | 22.86 | 59.83 | - |
| YUV | 114.91 | 177.71 | 71.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 138 | 203 | 0.82 | 0.32 | 0 | 0.20 | 203.35 | 0.7 | 0.47 |
| Hex | 24 | 8A | CB | 52 | 20 | 0 | 14 | CB | 46 | 2F |
| Octal | 44 | 212 | 313 | 122 | 40 | 0 | 24 | 313 | 106 | 57 |
| Binary | 100100 | 10001010 | 11001011 | 1010010 | 100000 | 0 | 10100 | 11001011 | 1000110 | 101111 |
Color Harmonies of #248ACB
Complementary color
Monochromatic Colors of #248ACB
Black with #248ACB
Text Example
Text Example
White with #248ACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #248ACB; }
p { color: rgb(36,138,203); }
H1.HeaderClassName
{
color: #248ACB;
}
.AnyTagClassName
{
color: #248ACB;
}
</style>
background-color css
<style>
a { background-color: #248ACB; }
a { background-color: rgb(36,138,203); }
div.DivClassName
{
background-color: #248ACB;
}
.BgClassName
{
background-color: #248ACB;
}
</style>
border-color css
<style>
span { border-color: #248ACB; }
span { border-color: rgb(36,138,203); }
td.TdClassName
{
border-color: #248ACB;
}
.TagClassName
{
border-color: #248ACB;
}
</style>