Shades of Dodger Blue #2788FA
Tints of Dodger Blue #2788FA
RGB
CMYK
RGB Variations
Color information
#2788FA (or 0x2788FA) is known color: Dodger Blue. HEX triplet: 27, 88 and FA. RGB value is (39,136,250). Sum of RGB (Red+Green+Blue) = 39+136+250=425 (56% of max value = 765). Red value is 39 (15.62% from 255 or 9.18% from 425); Green value is 136 (53.52% from 255 or 32% from 425); Blue value is 250 (98.05% from 255 or 58.82% from 425); Max value from RGB is 250 - color contains mainly: blue. Hex color #2788FA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2788FA is #D87705. Grayscale: #777777. Windows color (decimal): -14186246 or 16418855. OLE color: 16418855.
HSL color Cylindrical-coordinate representation of color #2788FA: hue angle of 212.42º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2788FA is Cyan = 0.84, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 39 | 136 | 250 | - |
| CMYK | 0.84 | 0.46 | 0 | 0.02 |
| HSL | 212.42º | 0.95% | 0.57% | - |
| HSV(B) | 212.42º | 0.84% | 0.98% | - |
| XYZ | 26.9 | 24.94 | 93.84 | - |
| YUV | 119.99 | 201.36 | 70.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 136 | 250 | 0.84 | 0.46 | 0 | 0.02 | 212.42 | 0.95 | 0.57 |
| Hex | 27 | 88 | FA | 54 | 2E | 0 | 2 | D4 | 5F | 39 |
| Octal | 47 | 210 | 372 | 124 | 56 | 0 | 2 | 324 | 137 | 71 |
| Binary | 100111 | 10001000 | 11111010 | 1010100 | 101110 | 0 | 10 | 11010100 | 1011111 | 111001 |
Color Harmonies of #2788FA
Complementary color
Monochromatic Colors of #2788FA
Black with #2788FA
Text Example
Text Example
White with #2788FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2788FA; }
p { color: rgb(39,136,250); }
H1.HeaderClassName
{
color: #2788FA;
}
.AnyTagClassName
{
color: #2788FA;
}
</style>
background-color css
<style>
a { background-color: #2788FA; }
a { background-color: rgb(39,136,250); }
div.DivClassName
{
background-color: #2788FA;
}
.BgClassName
{
background-color: #2788FA;
}
</style>
border-color css
<style>
span { border-color: #2788FA; }
span { border-color: rgb(39,136,250); }
td.TdClassName
{
border-color: #2788FA;
}
.TagClassName
{
border-color: #2788FA;
}
</style>