Shades of Dodger Blue #2F8BFD
Tints of Dodger Blue #2F8BFD
RGB
CMYK
RGB Variations
Color information
#2F8BFD (or 0x2F8BFD) is known color: Dodger Blue. HEX triplet: 2F, 8B and FD. RGB value is (47,139,253). Sum of RGB (Red+Green+Blue) = 47+139+253=439 (58% of max value = 765). Red value is 47 (18.75% from 255 or 10.71% from 439); Green value is 139 (54.69% from 255 or 31.66% from 439); Blue value is 253 (99.22% from 255 or 57.63% from 439); Max value from RGB is 253 - color contains mainly: blue. Hex color #2F8BFD is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2F8BFD is #D07402. Grayscale: #7B7B7B. Windows color (decimal): -13661187 or 16616239. OLE color: 16616239.
HSL color Cylindrical-coordinate representation of color #2F8BFD: hue angle of 213.2º degrees, saturation: 0.98, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2F8BFD is Cyan = 0.81, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 47 | 139 | 253 | - |
| CMYK | 0.81 | 0.45 | 0 | 0.01 |
| HSL | 213.2º | 0.98% | 0.59% | - |
| HSV(B) | 213.2º | 0.81% | 0.99% | - |
| XYZ | 28.13 | 26.16 | 96.5 | - |
| YUV | 124.49 | 200.52 | 72.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 139 | 253 | 0.81 | 0.45 | 0 | 0.01 | 213.2 | 0.98 | 0.59 |
| Hex | 2F | 8B | FD | 51 | 2D | 0 | 1 | D5 | 62 | 3B |
| Octal | 57 | 213 | 375 | 121 | 55 | 0 | 1 | 325 | 142 | 73 |
| Binary | 101111 | 10001011 | 11111101 | 1010001 | 101101 | 0 | 1 | 11010101 | 1100010 | 111011 |
Color Harmonies of #2F8BFD
Complementary color
Monochromatic Colors of #2F8BFD
Black with #2F8BFD
Text Example
Text Example
White with #2F8BFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F8BFD; }
p { color: rgb(47,139,253); }
H1.HeaderClassName
{
color: #2F8BFD;
}
.AnyTagClassName
{
color: #2F8BFD;
}
</style>
background-color css
<style>
a { background-color: #2F8BFD; }
a { background-color: rgb(47,139,253); }
div.DivClassName
{
background-color: #2F8BFD;
}
.BgClassName
{
background-color: #2F8BFD;
}
</style>
border-color css
<style>
span { border-color: #2F8BFD; }
span { border-color: rgb(47,139,253); }
td.TdClassName
{
border-color: #2F8BFD;
}
.TagClassName
{
border-color: #2F8BFD;
}
</style>