Shades of Dodger Blue #2F87DF
Tints of Dodger Blue #2F87DF
RGB
CMYK
RGB Variations
Color information
#2F87DF (or 0x2F87DF) is known color: Dodger Blue. HEX triplet: 2F, 87 and DF. RGB value is (47,135,223). Sum of RGB (Red+Green+Blue) = 47+135+223=405 (53% of max value = 765). Red value is 47 (18.75% from 255 or 11.60% from 405); Green value is 135 (53.12% from 255 or 33.33% from 405); Blue value is 223 (87.5% from 255 or 55.06% from 405); Max value from RGB is 223 - color contains mainly: blue. Hex color #2F87DF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2F87DF is #D07820. Grayscale: #767676. Windows color (decimal): -13662241 or 14649135. OLE color: 14649135.
HSL color Cylindrical-coordinate representation of color #2F87DF: hue angle of 210º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2F87DF is Cyan = 0.79, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 47 | 135 | 223 | - |
| CMYK | 0.79 | 0.39 | 0 | 0.13 |
| HSL | 210º | 0.73% | 0.53% | - |
| HSV(B) | 210º | 0.79% | 0.87% | - |
| XYZ | 23.16 | 23.26 | 73.08 | - |
| YUV | 118.72 | 186.85 | 76.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 135 | 223 | 0.79 | 0.39 | 0 | 0.13 | 210 | 0.73 | 0.53 |
| Hex | 2F | 87 | DF | 4F | 27 | 0 | D | D2 | 49 | 35 |
| Octal | 57 | 207 | 337 | 117 | 47 | 0 | 15 | 322 | 111 | 65 |
| Binary | 101111 | 10000111 | 11011111 | 1001111 | 100111 | 0 | 1101 | 11010010 | 1001001 | 110101 |
Color Harmonies of #2F87DF
Complementary color
Monochromatic Colors of #2F87DF
Black with #2F87DF
Text Example
Text Example
White with #2F87DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F87DF; }
p { color: rgb(47,135,223); }
H1.HeaderClassName
{
color: #2F87DF;
}
.AnyTagClassName
{
color: #2F87DF;
}
</style>
background-color css
<style>
a { background-color: #2F87DF; }
a { background-color: rgb(47,135,223); }
div.DivClassName
{
background-color: #2F87DF;
}
.BgClassName
{
background-color: #2F87DF;
}
</style>
border-color css
<style>
span { border-color: #2F87DF; }
span { border-color: rgb(47,135,223); }
td.TdClassName
{
border-color: #2F87DF;
}
.TagClassName
{
border-color: #2F87DF;
}
</style>