Shades of Curious Blue #247FCE
Tints of Curious Blue #247FCE
RGB
CMYK
RGB Variations
Color information
#247FCE (or 0x247FCE) is known color: Curious Blue. HEX triplet: 24, 7F and CE. RGB value is (36,127,206). Sum of RGB (Red+Green+Blue) = 36+127+206=369 (48% of max value = 765). Red value is 36 (14.45% from 255 or 9.76% from 369); Green value is 127 (50% from 255 or 34.42% from 369); Blue value is 206 (80.86% from 255 or 55.83% from 369); Max value from RGB is 206 - color contains mainly: blue. Hex color #247FCE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #247FCE is #DB8031. Grayscale: #6C6C6C. Windows color (decimal): -14385202 or 13532964. OLE color: 13532964.
HSL color Cylindrical-coordinate representation of color #247FCE: hue angle of 207.88º 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 #247FCE is Cyan = 0.83, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 36 | 127 | 206 | - |
| CMYK | 0.83 | 0.38 | 0 | 0.19 |
| HSL | 207.88º | 0.7% | 0.47% | - |
| HSV(B) | 207.88º | 0.83% | 0.81% | - |
| XYZ | 19.46 | 20.01 | 61.23 | - |
| YUV | 108.8 | 182.85 | 76.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 127 | 206 | 0.83 | 0.38 | 0 | 0.19 | 207.88 | 0.7 | 0.47 |
| Hex | 24 | 7F | CE | 53 | 26 | 0 | 13 | D0 | 46 | 2F |
| Octal | 44 | 177 | 316 | 123 | 46 | 0 | 23 | 320 | 106 | 57 |
| Binary | 100100 | 1111111 | 11001110 | 1010011 | 100110 | 0 | 10011 | 11010000 | 1000110 | 101111 |
Color Harmonies of #247FCE
Complementary color
Monochromatic Colors of #247FCE
Black with #247FCE
Text Example
Text Example
White with #247FCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #247FCE; }
p { color: rgb(36,127,206); }
H1.HeaderClassName
{
color: #247FCE;
}
.AnyTagClassName
{
color: #247FCE;
}
</style>
background-color css
<style>
a { background-color: #247FCE; }
a { background-color: rgb(36,127,206); }
div.DivClassName
{
background-color: #247FCE;
}
.BgClassName
{
background-color: #247FCE;
}
</style>
border-color css
<style>
span { border-color: #247FCE; }
span { border-color: rgb(36,127,206); }
td.TdClassName
{
border-color: #247FCE;
}
.TagClassName
{
border-color: #247FCE;
}
</style>