Shades of Dodger Blue #2F87EA
Tints of Dodger Blue #2F87EA
RGB
CMYK
RGB Variations
Color information
#2F87EA (or 0x2F87EA) is known color: Dodger Blue. HEX triplet: 2F, 87 and EA. RGB value is (47,135,234). Sum of RGB (Red+Green+Blue) = 47+135+234=416 (55% of max value = 765). Red value is 47 (18.75% from 255 or 11.30% from 416); Green value is 135 (53.12% from 255 or 32.45% from 416); Blue value is 234 (91.80% from 255 or 56.25% from 416); Max value from RGB is 234 - color contains mainly: blue. Hex color #2F87EA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2F87EA is #D07815. Grayscale: #777777. Windows color (decimal): -13662230 or 15370031. OLE color: 15370031.
HSL color Cylindrical-coordinate representation of color #2F87EA: hue angle of 211.76º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2F87EA is Cyan = 0.80, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 47 | 135 | 234 | - |
| CMYK | 0.80 | 0.42 | 0 | 0.08 |
| HSL | 211.76º | 0.82% | 0.55% | - |
| HSV(B) | 211.76º | 0.8% | 0.92% | - |
| XYZ | 24.69 | 23.87 | 81.15 | - |
| YUV | 119.97 | 192.35 | 75.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 135 | 234 | 0.80 | 0.42 | 0 | 0.08 | 211.76 | 0.82 | 0.55 |
| Hex | 2F | 87 | EA | 50 | 2A | 0 | 8 | D4 | 52 | 37 |
| Octal | 57 | 207 | 352 | 120 | 52 | 0 | 10 | 324 | 122 | 67 |
| Binary | 101111 | 10000111 | 11101010 | 1010000 | 101010 | 0 | 1000 | 11010100 | 1010010 | 110111 |
Color Harmonies of #2F87EA
Complementary color
Monochromatic Colors of #2F87EA
Black with #2F87EA
Text Example
Text Example
White with #2F87EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F87EA; }
p { color: rgb(47,135,234); }
H1.HeaderClassName
{
color: #2F87EA;
}
.AnyTagClassName
{
color: #2F87EA;
}
</style>
background-color css
<style>
a { background-color: #2F87EA; }
a { background-color: rgb(47,135,234); }
div.DivClassName
{
background-color: #2F87EA;
}
.BgClassName
{
background-color: #2F87EA;
}
</style>
border-color css
<style>
span { border-color: #2F87EA; }
span { border-color: rgb(47,135,234); }
td.TdClassName
{
border-color: #2F87EA;
}
.TagClassName
{
border-color: #2F87EA;
}
</style>