Shades of Dodger Blue #2899FC
Tints of Dodger Blue #2899FC
RGB
CMYK
RGB Variations
Color information
#2899FC (or 0x2899FC) is known color: Dodger Blue. HEX triplet: 28, 99 and FC. RGB value is (40,153,252). Sum of RGB (Red+Green+Blue) = 40+153+252=445 (58% of max value = 765). Red value is 40 (16.02% from 255 or 8.99% from 445); Green value is 153 (60.16% from 255 or 34.38% from 445); Blue value is 252 (98.83% from 255 or 56.63% from 445); Max value from RGB is 252 - color contains mainly: blue. Hex color #2899FC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2899FC is #D76603. Grayscale: #818181. Windows color (decimal): -14116356 or 16554280. OLE color: 16554280.
HSL color Cylindrical-coordinate representation of color #2899FC: hue angle of 208.02º 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 #2899FC is Cyan = 0.84, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 40 | 153 | 252 | - |
| CMYK | 0.84 | 0.39 | 0 | 0.01 |
| HSL | 208.02º | 0.97% | 0.57% | - |
| HSV(B) | 208.02º | 0.84% | 0.99% | - |
| XYZ | 29.84 | 30.26 | 96.36 | - |
| YUV | 130.5 | 196.56 | 63.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 153 | 252 | 0.84 | 0.39 | 0 | 0.01 | 208.02 | 0.97 | 0.57 |
| Hex | 28 | 99 | FC | 54 | 27 | 0 | 1 | D0 | 61 | 39 |
| Octal | 50 | 231 | 374 | 124 | 47 | 0 | 1 | 320 | 141 | 71 |
| Binary | 101000 | 10011001 | 11111100 | 1010100 | 100111 | 0 | 1 | 11010000 | 1100001 | 111001 |
Color Harmonies of #2899FC
Complementary color
Monochromatic Colors of #2899FC
Black with #2899FC
Text Example
Text Example
White with #2899FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2899FC; }
p { color: rgb(40,153,252); }
H1.HeaderClassName
{
color: #2899FC;
}
.AnyTagClassName
{
color: #2899FC;
}
</style>
background-color css
<style>
a { background-color: #2899FC; }
a { background-color: rgb(40,153,252); }
div.DivClassName
{
background-color: #2899FC;
}
.BgClassName
{
background-color: #2899FC;
}
</style>
border-color css
<style>
span { border-color: #2899FC; }
span { border-color: rgb(40,153,252); }
td.TdClassName
{
border-color: #2899FC;
}
.TagClassName
{
border-color: #2899FC;
}
</style>