Shades of Curious Blue #247BCB
Tints of Curious Blue #247BCB
RGB
CMYK
RGB Variations
Color information
#247BCB (or 0x247BCB) is known color: Curious Blue. HEX triplet: 24, 7B and CB. RGB value is (36,123,203). Sum of RGB (Red+Green+Blue) = 36+123+203=362 (47% of max value = 765). Red value is 36 (14.45% from 255 or 9.94% from 362); Green value is 123 (48.44% from 255 or 33.98% from 362); Blue value is 203 (79.69% from 255 or 56.08% from 362); Max value from RGB is 203 - color contains mainly: blue. Hex color #247BCB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #247BCB is #DB8434. Grayscale: #696969. Windows color (decimal): -14386229 or 13335332. OLE color: 13335332.
HSL color Cylindrical-coordinate representation of color #247BCB: hue angle of 208.74º 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 #247BCB is Cyan = 0.82, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 36 | 123 | 203 | - |
| CMYK | 0.82 | 0.39 | 0 | 0.20 |
| HSL | 208.74º | 0.7% | 0.47% | - |
| HSV(B) | 208.74º | 0.82% | 0.8% | - |
| XYZ | 18.59 | 18.85 | 59.16 | - |
| YUV | 106.11 | 182.68 | 78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 123 | 203 | 0.82 | 0.39 | 0 | 0.20 | 208.74 | 0.7 | 0.47 |
| Hex | 24 | 7B | CB | 52 | 27 | 0 | 14 | D1 | 46 | 2F |
| Octal | 44 | 173 | 313 | 122 | 47 | 0 | 24 | 321 | 106 | 57 |
| Binary | 100100 | 1111011 | 11001011 | 1010010 | 100111 | 0 | 10100 | 11010001 | 1000110 | 101111 |
Color Harmonies of #247BCB
Complementary color
Monochromatic Colors of #247BCB
Black with #247BCB
Text Example
Text Example
White with #247BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #247BCB; }
p { color: rgb(36,123,203); }
H1.HeaderClassName
{
color: #247BCB;
}
.AnyTagClassName
{
color: #247BCB;
}
</style>
background-color css
<style>
a { background-color: #247BCB; }
a { background-color: rgb(36,123,203); }
div.DivClassName
{
background-color: #247BCB;
}
.BgClassName
{
background-color: #247BCB;
}
</style>
border-color css
<style>
span { border-color: #247BCB; }
span { border-color: rgb(36,123,203); }
td.TdClassName
{
border-color: #247BCB;
}
.TagClassName
{
border-color: #247BCB;
}
</style>