Shades of Dodger Blue #2F94FB
Tints of Dodger Blue #2F94FB
RGB
CMYK
RGB Variations
Color information
#2F94FB (or 0x2F94FB) is known color: Dodger Blue. HEX triplet: 2F, 94 and FB. RGB value is (47,148,251). Sum of RGB (Red+Green+Blue) = 47+148+251=446 (59% of max value = 765). Red value is 47 (18.75% from 255 or 10.54% from 446); Green value is 148 (58.20% from 255 or 33.18% from 446); Blue value is 251 (98.44% from 255 or 56.28% from 446); Max value from RGB is 251 - color contains mainly: blue. Hex color #2F94FB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2F94FB is #D06B04. Grayscale: #818181. Windows color (decimal): -13658885 or 16487471. OLE color: 16487471.
HSL color Cylindrical-coordinate representation of color #2F94FB: hue angle of 210.29º degrees, saturation: 0.96, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2F94FB is Cyan = 0.81, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 47 | 148 | 251 | - |
| CMYK | 0.81 | 0.41 | 0 | 0.02 |
| HSL | 210.29º | 0.96% | 0.58% | - |
| HSV(B) | 210.29º | 0.81% | 0.98% | - |
| XYZ | 29.17 | 28.75 | 95.28 | - |
| YUV | 129.54 | 196.54 | 69.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 148 | 251 | 0.81 | 0.41 | 0 | 0.02 | 210.29 | 0.96 | 0.58 |
| Hex | 2F | 94 | FB | 51 | 29 | 0 | 2 | D2 | 60 | 3A |
| Octal | 57 | 224 | 373 | 121 | 51 | 0 | 2 | 322 | 140 | 72 |
| Binary | 101111 | 10010100 | 11111011 | 1010001 | 101001 | 0 | 10 | 11010010 | 1100000 | 111010 |
Color Harmonies of #2F94FB
Complementary color
Monochromatic Colors of #2F94FB
Black with #2F94FB
Text Example
Text Example
White with #2F94FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F94FB; }
p { color: rgb(47,148,251); }
H1.HeaderClassName
{
color: #2F94FB;
}
.AnyTagClassName
{
color: #2F94FB;
}
</style>
background-color css
<style>
a { background-color: #2F94FB; }
a { background-color: rgb(47,148,251); }
div.DivClassName
{
background-color: #2F94FB;
}
.BgClassName
{
background-color: #2F94FB;
}
</style>
border-color css
<style>
span { border-color: #2F94FB; }
span { border-color: rgb(47,148,251); }
td.TdClassName
{
border-color: #2F94FB;
}
.TagClassName
{
border-color: #2F94FB;
}
</style>