Shades of Dodger Blue #2F7FEA
Tints of Dodger Blue #2F7FEA
RGB
CMYK
RGB Variations
Color information
#2F7FEA (or 0x2F7FEA) is known color: Dodger Blue. HEX triplet: 2F, 7F and EA. RGB value is (47,127,234). Sum of RGB (Red+Green+Blue) = 47+127+234=408 (54% of max value = 765). Red value is 47 (18.75% from 255 or 11.52% from 408); Green value is 127 (50% from 255 or 31.13% from 408); Blue value is 234 (91.80% from 255 or 57.35% from 408); Max value from RGB is 234 - color contains mainly: blue. Hex color #2F7FEA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2F7FEA is #D08015. Grayscale: #727272. Windows color (decimal): -13664278 or 15367983. OLE color: 15367983.
HSL color Cylindrical-coordinate representation of color #2F7FEA: hue angle of 214.33º 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 #2F7FEA is Cyan = 0.80, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 47 | 127 | 234 | - |
| CMYK | 0.80 | 0.46 | 0 | 0.08 |
| HSL | 214.33º | 0.82% | 0.55% | - |
| HSV(B) | 214.33º | 0.8% | 0.92% | - |
| XYZ | 23.61 | 21.72 | 80.79 | - |
| YUV | 115.28 | 195 | 79.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 127 | 234 | 0.80 | 0.46 | 0 | 0.08 | 214.33 | 0.82 | 0.55 |
| Hex | 2F | 7F | EA | 50 | 2E | 0 | 8 | D6 | 52 | 37 |
| Octal | 57 | 177 | 352 | 120 | 56 | 0 | 10 | 326 | 122 | 67 |
| Binary | 101111 | 1111111 | 11101010 | 1010000 | 101110 | 0 | 1000 | 11010110 | 1010010 | 110111 |
Color Harmonies of #2F7FEA
Complementary color
Monochromatic Colors of #2F7FEA
Black with #2F7FEA
Text Example
Text Example
White with #2F7FEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F7FEA; }
p { color: rgb(47,127,234); }
H1.HeaderClassName
{
color: #2F7FEA;
}
.AnyTagClassName
{
color: #2F7FEA;
}
</style>
background-color css
<style>
a { background-color: #2F7FEA; }
a { background-color: rgb(47,127,234); }
div.DivClassName
{
background-color: #2F7FEA;
}
.BgClassName
{
background-color: #2F7FEA;
}
</style>
border-color css
<style>
span { border-color: #2F7FEA; }
span { border-color: rgb(47,127,234); }
td.TdClassName
{
border-color: #2F7FEA;
}
.TagClassName
{
border-color: #2F7FEA;
}
</style>