Shades of Dodger Blue #2F8AFF
Tints of Dodger Blue #2F8AFF
RGB
CMYK
RGB Variations
Color information
#2F8AFF (or 0x2F8AFF) is known color: Dodger Blue. HEX triplet: 2F, 8A and FF. RGB value is (47,138,255). Sum of RGB (Red+Green+Blue) = 47+138+255=440 (58% of max value = 765). Red value is 47 (18.75% from 255 or 10.68% from 440); Green value is 138 (54.30% from 255 or 31.36% from 440); Blue value is 255 (100% from 255 or 57.95% from 440); Max value from RGB is 255 - color contains mainly: blue. Hex color #2F8AFF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2F8AFF is #D07500. Grayscale: #7B7B7B. Windows color (decimal): -13661441 or 16747055. OLE color: 16747055.
HSL color Cylindrical-coordinate representation of color #2F8AFF: hue angle of 213.75º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2F8AFF is Cyan = 0.82, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 47 | 138 | 255 | - |
| CMYK | 0.82 | 0.46 | 0 | 0 |
| HSL | 213.75º | 1% | 0.59% | - |
| HSV(B) | 213.75º | 0.82% | 1% | - |
| XYZ | 28.31 | 26 | 98.13 | - |
| YUV | 124.13 | 201.85 | 72.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 138 | 255 | 0.82 | 0.46 | 0 | 0 | 213.75 | 1 | 0.59 |
| Hex | 2F | 8A | FF | 52 | 2E | 0 | 0 | D6 | 64 | 3B |
| Octal | 57 | 212 | 377 | 122 | 56 | 0 | 0 | 326 | 144 | 73 |
| Binary | 101111 | 10001010 | 11111111 | 1010010 | 101110 | 0 | 0 | 11010110 | 1100100 | 111011 |
Color Harmonies of #2F8AFF
Complementary color
Monochromatic Colors of #2F8AFF
Black with #2F8AFF
Text Example
Text Example
White with #2F8AFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F8AFF; }
p { color: rgb(47,138,255); }
H1.HeaderClassName
{
color: #2F8AFF;
}
.AnyTagClassName
{
color: #2F8AFF;
}
</style>
background-color css
<style>
a { background-color: #2F8AFF; }
a { background-color: rgb(47,138,255); }
div.DivClassName
{
background-color: #2F8AFF;
}
.BgClassName
{
background-color: #2F8AFF;
}
</style>
border-color css
<style>
span { border-color: #2F8AFF; }
span { border-color: rgb(47,138,255); }
td.TdClassName
{
border-color: #2F8AFF;
}
.TagClassName
{
border-color: #2F8AFF;
}
</style>