Shades of Dodger Blue #2689FF
Tints of Dodger Blue #2689FF
RGB
CMYK
RGB Variations
Color information
#2689FF (or 0x2689FF) is known color: Dodger Blue. HEX triplet: 26, 89 and FF. RGB value is (38,137,255). Sum of RGB (Red+Green+Blue) = 38+137+255=430 (56% of max value = 765). Red value is 38 (15.23% from 255 or 8.84% from 430); Green value is 137 (53.91% from 255 or 31.86% from 430); Blue value is 255 (100% from 255 or 59.30% from 430); Max value from RGB is 255 - color contains mainly: blue. Hex color #2689FF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2689FF is #D97600. Grayscale: #787878. Windows color (decimal): -14251521 or 16746790. OLE color: 16746790.
HSL color Cylindrical-coordinate representation of color #2689FF: hue angle of 212.63º 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 #2689FF is Cyan = 0.85, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 38 | 137 | 255 | - |
| CMYK | 0.85 | 0.46 | 0 | 0 |
| HSL | 212.63º | 1% | 0.57% | - |
| HSV(B) | 212.63º | 0.85% | 1% | - |
| XYZ | 27.79 | 25.52 | 98.07 | - |
| YUV | 120.85 | 203.7 | 68.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 137 | 255 | 0.85 | 0.46 | 0 | 0 | 212.63 | 1 | 0.57 |
| Hex | 26 | 89 | FF | 55 | 2E | 0 | 0 | D5 | 64 | 39 |
| Octal | 46 | 211 | 377 | 125 | 56 | 0 | 0 | 325 | 144 | 71 |
| Binary | 100110 | 10001001 | 11111111 | 1010101 | 101110 | 0 | 0 | 11010101 | 1100100 | 111001 |
Color Harmonies of #2689FF
Complementary color
Monochromatic Colors of #2689FF
Black with #2689FF
Text Example
Text Example
White with #2689FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2689FF; }
p { color: rgb(38,137,255); }
H1.HeaderClassName
{
color: #2689FF;
}
.AnyTagClassName
{
color: #2689FF;
}
</style>
background-color css
<style>
a { background-color: #2689FF; }
a { background-color: rgb(38,137,255); }
div.DivClassName
{
background-color: #2689FF;
}
.BgClassName
{
background-color: #2689FF;
}
</style>
border-color css
<style>
span { border-color: #2689FF; }
span { border-color: rgb(38,137,255); }
td.TdClassName
{
border-color: #2689FF;
}
.TagClassName
{
border-color: #2689FF;
}
</style>