Shades of Dodger Blue #289AFC
Tints of Dodger Blue #289AFC
RGB
CMYK
RGB Variations
Color information
#289AFC (or 0x289AFC) is known color: Dodger Blue. HEX triplet: 28, 9A and FC. RGB value is (40,154,252). Sum of RGB (Red+Green+Blue) = 40+154+252=446 (59% of max value = 765). Red value is 40 (16.02% from 255 or 8.97% from 446); Green value is 154 (60.55% from 255 or 34.53% from 446); Blue value is 252 (98.83% from 255 or 56.50% from 446); Max value from RGB is 252 - color contains mainly: blue. Hex color #289AFC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #289AFC is #D76503. Grayscale: #828282. Windows color (decimal): -14116100 or 16554536. OLE color: 16554536.
HSL color Cylindrical-coordinate representation of color #289AFC: hue angle of 207.74º 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 #289AFC is Cyan = 0.84, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 40 | 154 | 252 | - |
| CMYK | 0.84 | 0.39 | 0 | 0.01 |
| HSL | 207.74º | 0.97% | 0.57% | - |
| HSV(B) | 207.74º | 0.84% | 0.99% | - |
| XYZ | 30 | 30.59 | 96.42 | - |
| YUV | 131.09 | 196.23 | 63.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 154 | 252 | 0.84 | 0.39 | 0 | 0.01 | 207.74 | 0.97 | 0.57 |
| Hex | 28 | 9A | FC | 54 | 27 | 0 | 1 | D0 | 61 | 39 |
| Octal | 50 | 232 | 374 | 124 | 47 | 0 | 1 | 320 | 141 | 71 |
| Binary | 101000 | 10011010 | 11111100 | 1010100 | 100111 | 0 | 1 | 11010000 | 1100001 | 111001 |
Color Harmonies of #289AFC
Complementary color
Monochromatic Colors of #289AFC
Black with #289AFC
Text Example
Text Example
White with #289AFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #289AFC; }
p { color: rgb(40,154,252); }
H1.HeaderClassName
{
color: #289AFC;
}
.AnyTagClassName
{
color: #289AFC;
}
</style>
background-color css
<style>
a { background-color: #289AFC; }
a { background-color: rgb(40,154,252); }
div.DivClassName
{
background-color: #289AFC;
}
.BgClassName
{
background-color: #289AFC;
}
</style>
border-color css
<style>
span { border-color: #289AFC; }
span { border-color: rgb(40,154,252); }
td.TdClassName
{
border-color: #289AFC;
}
.TagClassName
{
border-color: #289AFC;
}
</style>