Shades of Dodger Blue #2699FF
Tints of Dodger Blue #2699FF
RGB
CMYK
RGB Variations
Color information
#2699FF (or 0x2699FF) is known color: Dodger Blue. HEX triplet: 26, 99 and FF. RGB value is (38,153,255). Sum of RGB (Red+Green+Blue) = 38+153+255=446 (59% of max value = 765). Red value is 38 (15.23% from 255 or 8.52% from 446); Green value is 153 (60.16% from 255 or 34.30% from 446); Blue value is 255 (100% from 255 or 57.17% from 446); Max value from RGB is 255 - color contains mainly: blue. Hex color #2699FF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2699FF is #D96600. Grayscale: #818181. Windows color (decimal): -14247425 or 16750886. OLE color: 16750886.
HSL color Cylindrical-coordinate representation of color #2699FF: hue angle of 208.2º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2699FF is Cyan = 0.85, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 38 | 153 | 255 | - |
| CMYK | 0.85 | 0.4 | 0 | 0 |
| HSL | 208.2º | 1% | 0.57% | - |
| HSV(B) | 208.2º | 0.85% | 1% | - |
| XYZ | 30.24 | 30.41 | 98.88 | - |
| YUV | 130.24 | 198.4 | 62.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 153 | 255 | 0.85 | 0.4 | 0 | 0 | 208.2 | 1 | 0.57 |
| Hex | 26 | 99 | FF | 55 | 28 | 0 | 0 | D0 | 64 | 39 |
| Octal | 46 | 231 | 377 | 125 | 50 | 0 | 0 | 320 | 144 | 71 |
| Binary | 100110 | 10011001 | 11111111 | 1010101 | 101000 | 0 | 0 | 11010000 | 1100100 | 111001 |
Color Harmonies of #2699FF
Complementary color
Monochromatic Colors of #2699FF
Black with #2699FF
Text Example
Text Example
White with #2699FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2699FF; }
p { color: rgb(38,153,255); }
H1.HeaderClassName
{
color: #2699FF;
}
.AnyTagClassName
{
color: #2699FF;
}
</style>
background-color css
<style>
a { background-color: #2699FF; }
a { background-color: rgb(38,153,255); }
div.DivClassName
{
background-color: #2699FF;
}
.BgClassName
{
background-color: #2699FF;
}
</style>
border-color css
<style>
span { border-color: #2699FF; }
span { border-color: rgb(38,153,255); }
td.TdClassName
{
border-color: #2699FF;
}
.TagClassName
{
border-color: #2699FF;
}
</style>