Shades of Dodger Blue #2F8CEB
Tints of Dodger Blue #2F8CEB
RGB
CMYK
RGB Variations
Color information
#2F8CEB (or 0x2F8CEB) is known color: Dodger Blue. HEX triplet: 2F, 8C and EB. RGB value is (47,140,235). Sum of RGB (Red+Green+Blue) = 47+140+235=422 (55% of max value = 765). Red value is 47 (18.75% from 255 or 11.14% from 422); Green value is 140 (55.08% from 255 or 33.18% from 422); Blue value is 235 (92.19% from 255 or 55.69% from 422); Max value from RGB is 235 - color contains mainly: blue. Hex color #2F8CEB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2F8CEB is #D07314. Grayscale: #7A7A7A. Windows color (decimal): -13660949 or 15436847. OLE color: 15436847.
HSL color Cylindrical-coordinate representation of color #2F8CEB: hue angle of 210.32º 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 #2F8CEB is Cyan = 0.8, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 47 | 140 | 235 | - |
| CMYK | 0.8 | 0.40 | 0 | 0.08 |
| HSL | 210.32º | 0.82% | 0.55% | - |
| HSV(B) | 210.32º | 0.8% | 0.92% | - |
| XYZ | 25.55 | 25.36 | 82.15 | - |
| YUV | 123.02 | 191.19 | 73.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 140 | 235 | 0.8 | 0.40 | 0 | 0.08 | 210.32 | 0.82 | 0.55 |
| Hex | 2F | 8C | EB | 50 | 28 | 0 | 8 | D2 | 52 | 37 |
| Octal | 57 | 214 | 353 | 120 | 50 | 0 | 10 | 322 | 122 | 67 |
| Binary | 101111 | 10001100 | 11101011 | 1010000 | 101000 | 0 | 1000 | 11010010 | 1010010 | 110111 |
Color Harmonies of #2F8CEB
Complementary color
Monochromatic Colors of #2F8CEB
Black with #2F8CEB
Text Example
Text Example
White with #2F8CEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F8CEB; }
p { color: rgb(47,140,235); }
H1.HeaderClassName
{
color: #2F8CEB;
}
.AnyTagClassName
{
color: #2F8CEB;
}
</style>
background-color css
<style>
a { background-color: #2F8CEB; }
a { background-color: rgb(47,140,235); }
div.DivClassName
{
background-color: #2F8CEB;
}
.BgClassName
{
background-color: #2F8CEB;
}
</style>
border-color css
<style>
span { border-color: #2F8CEB; }
span { border-color: rgb(47,140,235); }
td.TdClassName
{
border-color: #2F8CEB;
}
.TagClassName
{
border-color: #2F8CEB;
}
</style>