Shades of Dodger Blue #2F87FE
Tints of Dodger Blue #2F87FE
RGB
CMYK
RGB Variations
Color information
#2F87FE (or 0x2F87FE) is known color: Dodger Blue. HEX triplet: 2F, 87 and FE. RGB value is (47,135,254). Sum of RGB (Red+Green+Blue) = 47+135+254=436 (57% of max value = 765). Red value is 47 (18.75% from 255 or 10.78% from 436); Green value is 135 (53.12% from 255 or 30.96% from 436); Blue value is 254 (99.61% from 255 or 58.26% from 436); Max value from RGB is 254 - color contains mainly: blue. Hex color #2F87FE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2F87FE is #D07801. Grayscale: #797979. Windows color (decimal): -13662210 or 16680751. OLE color: 16680751.
HSL color Cylindrical-coordinate representation of color #2F87FE: hue angle of 214.49º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2F87FE is Cyan = 0.81, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 47 | 135 | 254 | - |
| CMYK | 0.81 | 0.47 | 0 | 0.00 |
| HSL | 214.49º | 0.99% | 0.59% | - |
| HSV(B) | 214.49º | 0.81% | 1% | - |
| XYZ | 27.73 | 25.09 | 97.15 | - |
| YUV | 122.25 | 202.35 | 74.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 135 | 254 | 0.81 | 0.47 | 0 | 0.00 | 214.49 | 0.99 | 0.59 |
| Hex | 2F | 87 | FE | 51 | 2F | 0 | 0 | D6 | 63 | 3B |
| Octal | 57 | 207 | 376 | 121 | 57 | 0 | 0 | 326 | 143 | 73 |
| Binary | 101111 | 10000111 | 11111110 | 1010001 | 101111 | 0 | 0 | 11010110 | 1100011 | 111011 |
Color Harmonies of #2F87FE
Complementary color
Monochromatic Colors of #2F87FE
Black with #2F87FE
Text Example
Text Example
White with #2F87FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F87FE; }
p { color: rgb(47,135,254); }
H1.HeaderClassName
{
color: #2F87FE;
}
.AnyTagClassName
{
color: #2F87FE;
}
</style>
background-color css
<style>
a { background-color: #2F87FE; }
a { background-color: rgb(47,135,254); }
div.DivClassName
{
background-color: #2F87FE;
}
.BgClassName
{
background-color: #2F87FE;
}
</style>
border-color css
<style>
span { border-color: #2F87FE; }
span { border-color: rgb(47,135,254); }
td.TdClassName
{
border-color: #2F87FE;
}
.TagClassName
{
border-color: #2F87FE;
}
</style>