Shades of Curious Blue #248ECF
Tints of Curious Blue #248ECF
RGB
CMYK
RGB Variations
Color information
#248ECF (or 0x248ECF) is known color: Curious Blue. HEX triplet: 24, 8E and CF. RGB value is (36,142,207). Sum of RGB (Red+Green+Blue) = 36+142+207=385 (50% of max value = 765). Red value is 36 (14.45% from 255 or 9.35% from 385); Green value is 142 (55.86% from 255 or 36.88% from 385); Blue value is 207 (81.25% from 255 or 53.77% from 385); Max value from RGB is 207 - color contains mainly: blue. Hex color #248ECF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #248ECF is #DB7130. Grayscale: #757575. Windows color (decimal): -14381361 or 13602340. OLE color: 13602340.
HSL color Cylindrical-coordinate representation of color #248ECF: hue angle of 202.81º degrees, saturation: 0.7, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #248ECF is Cyan = 0.83, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 36 | 142 | 207 | - |
| CMYK | 0.83 | 0.31 | 0 | 0.19 |
| HSL | 202.81º | 0.7% | 0.48% | - |
| HSV(B) | 202.81º | 0.83% | 0.81% | - |
| XYZ | 21.66 | 24.23 | 62.57 | - |
| YUV | 117.72 | 178.38 | 69.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 142 | 207 | 0.83 | 0.31 | 0 | 0.19 | 202.81 | 0.7 | 0.48 |
| Hex | 24 | 8E | CF | 53 | 1F | 0 | 13 | CB | 46 | 30 |
| Octal | 44 | 216 | 317 | 123 | 37 | 0 | 23 | 313 | 106 | 60 |
| Binary | 100100 | 10001110 | 11001111 | 1010011 | 11111 | 0 | 10011 | 11001011 | 1000110 | 110000 |
Color Harmonies of #248ECF
Complementary color
Monochromatic Colors of #248ECF
Black with #248ECF
Text Example
Text Example
White with #248ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #248ECF; }
p { color: rgb(36,142,207); }
H1.HeaderClassName
{
color: #248ECF;
}
.AnyTagClassName
{
color: #248ECF;
}
</style>
background-color css
<style>
a { background-color: #248ECF; }
a { background-color: rgb(36,142,207); }
div.DivClassName
{
background-color: #248ECF;
}
.BgClassName
{
background-color: #248ECF;
}
</style>
border-color css
<style>
span { border-color: #248ECF; }
span { border-color: rgb(36,142,207); }
td.TdClassName
{
border-color: #248ECF;
}
.TagClassName
{
border-color: #248ECF;
}
</style>