Shades of Curious Blue #247BCE
Tints of Curious Blue #247BCE
RGB
CMYK
RGB Variations
Color information
#247BCE (or 0x247BCE) is known color: Curious Blue. HEX triplet: 24, 7B and CE. RGB value is (36,123,206). Sum of RGB (Red+Green+Blue) = 36+123+206=365 (48% of max value = 765). Red value is 36 (14.45% from 255 or 9.86% from 365); Green value is 123 (48.44% from 255 or 33.70% from 365); Blue value is 206 (80.86% from 255 or 56.44% from 365); Max value from RGB is 206 - color contains mainly: blue. Hex color #247BCE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #247BCE is #DB8431. Grayscale: #6A6A6A. Windows color (decimal): -14386226 or 13531940. OLE color: 13531940.
HSL color Cylindrical-coordinate representation of color #247BCE: hue angle of 209.29º 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 #247BCE is Cyan = 0.83, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 36 | 123 | 206 | - |
| CMYK | 0.83 | 0.40 | 0 | 0.19 |
| HSL | 209.29º | 0.7% | 0.47% | - |
| HSV(B) | 209.29º | 0.83% | 0.81% | - |
| XYZ | 18.95 | 19 | 61.06 | - |
| YUV | 106.45 | 184.18 | 77.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 123 | 206 | 0.83 | 0.40 | 0 | 0.19 | 209.29 | 0.7 | 0.47 |
| Hex | 24 | 7B | CE | 53 | 28 | 0 | 13 | D1 | 46 | 2F |
| Octal | 44 | 173 | 316 | 123 | 50 | 0 | 23 | 321 | 106 | 57 |
| Binary | 100100 | 1111011 | 11001110 | 1010011 | 101000 | 0 | 10011 | 11010001 | 1000110 | 101111 |
Color Harmonies of #247BCE
Complementary color
Monochromatic Colors of #247BCE
Black with #247BCE
Text Example
Text Example
White with #247BCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #247BCE; }
p { color: rgb(36,123,206); }
H1.HeaderClassName
{
color: #247BCE;
}
.AnyTagClassName
{
color: #247BCE;
}
</style>
background-color css
<style>
a { background-color: #247BCE; }
a { background-color: rgb(36,123,206); }
div.DivClassName
{
background-color: #247BCE;
}
.BgClassName
{
background-color: #247BCE;
}
</style>
border-color css
<style>
span { border-color: #247BCE; }
span { border-color: rgb(36,123,206); }
td.TdClassName
{
border-color: #247BCE;
}
.TagClassName
{
border-color: #247BCE;
}
</style>