Shades of Curious Blue #248BCE
Tints of Curious Blue #248BCE
RGB
CMYK
RGB Variations
Color information
#248BCE (or 0x248BCE) is known color: Curious Blue. HEX triplet: 24, 8B and CE. RGB value is (36,139,206). Sum of RGB (Red+Green+Blue) = 36+139+206=381 (50% of max value = 765). Red value is 36 (14.45% from 255 or 9.45% from 381); Green value is 139 (54.69% from 255 or 36.48% from 381); Blue value is 206 (80.86% from 255 or 54.07% from 381); Max value from RGB is 206 - color contains mainly: blue. Hex color #248BCE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #248BCE is #DB7431. Grayscale: #737373. Windows color (decimal): -14382130 or 13536036. OLE color: 13536036.
HSL color Cylindrical-coordinate representation of color #248BCE: hue angle of 203.65º degrees, saturation: 0.7, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #248BCE is Cyan = 0.83, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 36 | 139 | 206 | - |
| CMYK | 0.83 | 0.33 | 0 | 0.19 |
| HSL | 203.65º | 0.7% | 0.47% | - |
| HSV(B) | 203.65º | 0.83% | 0.81% | - |
| XYZ | 21.1 | 23.3 | 61.78 | - |
| YUV | 115.84 | 178.88 | 71.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 139 | 206 | 0.83 | 0.33 | 0 | 0.19 | 203.65 | 0.7 | 0.47 |
| Hex | 24 | 8B | CE | 53 | 21 | 0 | 13 | CC | 46 | 2F |
| Octal | 44 | 213 | 316 | 123 | 41 | 0 | 23 | 314 | 106 | 57 |
| Binary | 100100 | 10001011 | 11001110 | 1010011 | 100001 | 0 | 10011 | 11001100 | 1000110 | 101111 |
Color Harmonies of #248BCE
Complementary color
Monochromatic Colors of #248BCE
Black with #248BCE
Text Example
Text Example
White with #248BCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #248BCE; }
p { color: rgb(36,139,206); }
H1.HeaderClassName
{
color: #248BCE;
}
.AnyTagClassName
{
color: #248BCE;
}
</style>
background-color css
<style>
a { background-color: #248BCE; }
a { background-color: rgb(36,139,206); }
div.DivClassName
{
background-color: #248BCE;
}
.BgClassName
{
background-color: #248BCE;
}
</style>
border-color css
<style>
span { border-color: #248BCE; }
span { border-color: rgb(36,139,206); }
td.TdClassName
{
border-color: #248BCE;
}
.TagClassName
{
border-color: #248BCE;
}
</style>