Shades of Dodger Blue #2799FF
Tints of Dodger Blue #2799FF
RGB
CMYK
RGB Variations
Color information
#2799FF (or 0x2799FF) is known color: Dodger Blue. HEX triplet: 27, 99 and FF. RGB value is (39,153,255). Sum of RGB (Red+Green+Blue) = 39+153+255=447 (59% of max value = 765). Red value is 39 (15.62% from 255 or 8.72% from 447); Green value is 153 (60.16% from 255 or 34.23% from 447); Blue value is 255 (100% from 255 or 57.05% from 447); Max value from RGB is 255 - color contains mainly: blue. Hex color #2799FF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2799FF is #D86600. Grayscale: #828282. Windows color (decimal): -14181889 or 16750887. OLE color: 16750887.
HSL color Cylindrical-coordinate representation of color #2799FF: hue angle of 208.33º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2799FF is Cyan = 0.85, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 39 | 153 | 255 | - |
| CMYK | 0.85 | 0.4 | 0 | 0 |
| HSL | 208.33º | 1% | 0.58% | - |
| HSV(B) | 208.33º | 0.85% | 1% | - |
| XYZ | 30.28 | 30.43 | 98.89 | - |
| YUV | 130.54 | 198.23 | 62.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 153 | 255 | 0.85 | 0.4 | 0 | 0 | 208.33 | 1 | 0.58 |
| Hex | 27 | 99 | FF | 55 | 28 | 0 | 0 | D0 | 64 | 3A |
| Octal | 47 | 231 | 377 | 125 | 50 | 0 | 0 | 320 | 144 | 72 |
| Binary | 100111 | 10011001 | 11111111 | 1010101 | 101000 | 0 | 0 | 11010000 | 1100100 | 111010 |
Color Harmonies of #2799FF
Complementary color
Monochromatic Colors of #2799FF
Black with #2799FF
Text Example
Text Example
White with #2799FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2799FF; }
p { color: rgb(39,153,255); }
H1.HeaderClassName
{
color: #2799FF;
}
.AnyTagClassName
{
color: #2799FF;
}
</style>
background-color css
<style>
a { background-color: #2799FF; }
a { background-color: rgb(39,153,255); }
div.DivClassName
{
background-color: #2799FF;
}
.BgClassName
{
background-color: #2799FF;
}
</style>
border-color css
<style>
span { border-color: #2799FF; }
span { border-color: rgb(39,153,255); }
td.TdClassName
{
border-color: #2799FF;
}
.TagClassName
{
border-color: #2799FF;
}
</style>