Shades of Dodger Blue #247FFB
Tints of Dodger Blue #247FFB
RGB
CMYK
RGB Variations
Color information
#247FFB (or 0x247FFB) is known color: Dodger Blue. HEX triplet: 24, 7F and FB. RGB value is (36,127,251). Sum of RGB (Red+Green+Blue) = 36+127+251=414 (54% of max value = 765). Red value is 36 (14.45% from 255 or 8.70% from 414); Green value is 127 (50% from 255 or 30.68% from 414); Blue value is 251 (98.44% from 255 or 60.63% from 414); Max value from RGB is 251 - color contains mainly: blue. Hex color #247FFB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #247FFB is #DB8004. Grayscale: #717171. Windows color (decimal): -14385157 or 16482084. OLE color: 16482084.
HSL color Cylindrical-coordinate representation of color #247FFB: hue angle of 214.6º degrees, saturation: 0.96, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #247FFB is Cyan = 0.86, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 36 | 127 | 251 | - |
| CMYK | 0.86 | 0.49 | 0 | 0.02 |
| HSL | 214.6º | 0.96% | 0.56% | - |
| HSV(B) | 214.6º | 0.86% | 0.98% | - |
| XYZ | 25.73 | 22.52 | 94.26 | - |
| YUV | 113.93 | 205.35 | 72.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 127 | 251 | 0.86 | 0.49 | 0 | 0.02 | 214.6 | 0.96 | 0.56 |
| Hex | 24 | 7F | FB | 56 | 31 | 0 | 2 | D7 | 60 | 38 |
| Octal | 44 | 177 | 373 | 126 | 61 | 0 | 2 | 327 | 140 | 70 |
| Binary | 100100 | 1111111 | 11111011 | 1010110 | 110001 | 0 | 10 | 11010111 | 1100000 | 111000 |
Color Harmonies of #247FFB
Complementary color
Monochromatic Colors of #247FFB
Black with #247FFB
Text Example
Text Example
White with #247FFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #247FFB; }
p { color: rgb(36,127,251); }
H1.HeaderClassName
{
color: #247FFB;
}
.AnyTagClassName
{
color: #247FFB;
}
</style>
background-color css
<style>
a { background-color: #247FFB; }
a { background-color: rgb(36,127,251); }
div.DivClassName
{
background-color: #247FFB;
}
.BgClassName
{
background-color: #247FFB;
}
</style>
border-color css
<style>
span { border-color: #247FFB; }
span { border-color: rgb(36,127,251); }
td.TdClassName
{
border-color: #247FFB;
}
.TagClassName
{
border-color: #247FFB;
}
</style>