Shades of Dodger Blue #289FFC
Tints of Dodger Blue #289FFC
RGB
CMYK
RGB Variations
Color information
#289FFC (or 0x289FFC) is known color: Dodger Blue. HEX triplet: 28, 9F and FC. RGB value is (40,159,252). Sum of RGB (Red+Green+Blue) = 40+159+252=451 (59% of max value = 765). Red value is 40 (16.02% from 255 or 8.87% from 451); Green value is 159 (62.5% from 255 or 35.25% from 451); Blue value is 252 (98.83% from 255 or 55.88% from 451); Max value from RGB is 252 - color contains mainly: blue. Hex color #289FFC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #289FFC is #D76003. Grayscale: #858585. Windows color (decimal): -14114820 or 16555816. OLE color: 16555816.
HSL color Cylindrical-coordinate representation of color #289FFC: hue angle of 206.32º degrees, saturation: 0.97, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #289FFC is Cyan = 0.84, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 40 | 159 | 252 | - |
| CMYK | 0.84 | 0.37 | 0 | 0.01 |
| HSL | 206.32º | 0.97% | 0.57% | - |
| HSV(B) | 206.32º | 0.84% | 0.99% | - |
| XYZ | 30.84 | 32.28 | 96.7 | - |
| YUV | 134.02 | 194.58 | 60.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 159 | 252 | 0.84 | 0.37 | 0 | 0.01 | 206.32 | 0.97 | 0.57 |
| Hex | 28 | 9F | FC | 54 | 25 | 0 | 1 | CE | 61 | 39 |
| Octal | 50 | 237 | 374 | 124 | 45 | 0 | 1 | 316 | 141 | 71 |
| Binary | 101000 | 10011111 | 11111100 | 1010100 | 100101 | 0 | 1 | 11001110 | 1100001 | 111001 |
Color Harmonies of #289FFC
Complementary color
Monochromatic Colors of #289FFC
Black with #289FFC
Text Example
Text Example
White with #289FFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #289FFC; }
p { color: rgb(40,159,252); }
H1.HeaderClassName
{
color: #289FFC;
}
.AnyTagClassName
{
color: #289FFC;
}
</style>
background-color css
<style>
a { background-color: #289FFC; }
a { background-color: rgb(40,159,252); }
div.DivClassName
{
background-color: #289FFC;
}
.BgClassName
{
background-color: #289FFC;
}
</style>
border-color css
<style>
span { border-color: #289FFC; }
span { border-color: rgb(40,159,252); }
td.TdClassName
{
border-color: #289FFC;
}
.TagClassName
{
border-color: #289FFC;
}
</style>