Shades of Dodger Blue #2688FC
Tints of Dodger Blue #2688FC
RGB
CMYK
RGB Variations
Color information
#2688FC (or 0x2688FC) is known color: Dodger Blue. HEX triplet: 26, 88 and FC. RGB value is (38,136,252). Sum of RGB (Red+Green+Blue) = 38+136+252=426 (56% of max value = 765). Red value is 38 (15.23% from 255 or 8.92% from 426); Green value is 136 (53.52% from 255 or 31.92% from 426); Blue value is 252 (98.83% from 255 or 59.15% from 426); Max value from RGB is 252 - color contains mainly: blue. Hex color #2688FC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2688FC is #D97703. Grayscale: #777777. Windows color (decimal): -14251780 or 16549926. OLE color: 16549926.
HSL color Cylindrical-coordinate representation of color #2688FC: hue angle of 212.52º degrees, saturation: 0.97, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2688FC is Cyan = 0.85, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 38 | 136 | 252 | - |
| CMYK | 0.85 | 0.46 | 0 | 0.01 |
| HSL | 212.52º | 0.97% | 0.57% | - |
| HSV(B) | 212.52º | 0.85% | 0.99% | - |
| XYZ | 27.17 | 25.05 | 95.5 | - |
| YUV | 119.92 | 202.53 | 69.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 136 | 252 | 0.85 | 0.46 | 0 | 0.01 | 212.52 | 0.97 | 0.57 |
| Hex | 26 | 88 | FC | 55 | 2E | 0 | 1 | D5 | 61 | 39 |
| Octal | 46 | 210 | 374 | 125 | 56 | 0 | 1 | 325 | 141 | 71 |
| Binary | 100110 | 10001000 | 11111100 | 1010101 | 101110 | 0 | 1 | 11010101 | 1100001 | 111001 |
Color Harmonies of #2688FC
Complementary color
Monochromatic Colors of #2688FC
Black with #2688FC
Text Example
Text Example
White with #2688FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2688FC; }
p { color: rgb(38,136,252); }
H1.HeaderClassName
{
color: #2688FC;
}
.AnyTagClassName
{
color: #2688FC;
}
</style>
background-color css
<style>
a { background-color: #2688FC; }
a { background-color: rgb(38,136,252); }
div.DivClassName
{
background-color: #2688FC;
}
.BgClassName
{
background-color: #2688FC;
}
</style>
border-color css
<style>
span { border-color: #2688FC; }
span { border-color: rgb(38,136,252); }
td.TdClassName
{
border-color: #2688FC;
}
.TagClassName
{
border-color: #2688FC;
}
</style>