Shades of Dodger Blue #2F78FA
Tints of Dodger Blue #2F78FA
RGB
CMYK
RGB Variations
Color information
#2F78FA (or 0x2F78FA) is known color: Dodger Blue. HEX triplet: 2F, 78 and FA. RGB value is (47,120,250). Sum of RGB (Red+Green+Blue) = 47+120+250=417 (55% of max value = 765). Red value is 47 (18.75% from 255 or 11.27% from 417); Green value is 120 (47.27% from 255 or 28.78% from 417); Blue value is 250 (98.05% from 255 or 59.95% from 417); Max value from RGB is 250 - color contains mainly: blue. Hex color #2F78FA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2F78FA is #D08705. Grayscale: #707070. Windows color (decimal): -13666054 or 16414767. OLE color: 16414767.
HSL color Cylindrical-coordinate representation of color #2F78FA: hue angle of 218.42º degrees, saturation: 0.95, 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 #2F78FA is Cyan = 0.81, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 47 | 120 | 250 | - |
| CMYK | 0.81 | 0.52 | 0 | 0.02 |
| HSL | 218.42º | 0.95% | 0.58% | - |
| HSV(B) | 218.42º | 0.81% | 0.98% | - |
| XYZ | 25.14 | 20.94 | 93.16 | - |
| YUV | 112.99 | 205.32 | 80.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 120 | 250 | 0.81 | 0.52 | 0 | 0.02 | 218.42 | 0.95 | 0.58 |
| Hex | 2F | 78 | FA | 51 | 34 | 0 | 2 | DA | 5F | 3A |
| Octal | 57 | 170 | 372 | 121 | 64 | 0 | 2 | 332 | 137 | 72 |
| Binary | 101111 | 1111000 | 11111010 | 1010001 | 110100 | 0 | 10 | 11011010 | 1011111 | 111010 |
Color Harmonies of #2F78FA
Complementary color
Monochromatic Colors of #2F78FA
Black with #2F78FA
Text Example
Text Example
White with #2F78FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F78FA; }
p { color: rgb(47,120,250); }
H1.HeaderClassName
{
color: #2F78FA;
}
.AnyTagClassName
{
color: #2F78FA;
}
</style>
background-color css
<style>
a { background-color: #2F78FA; }
a { background-color: rgb(47,120,250); }
div.DivClassName
{
background-color: #2F78FA;
}
.BgClassName
{
background-color: #2F78FA;
}
</style>
border-color css
<style>
span { border-color: #2F78FA; }
span { border-color: rgb(47,120,250); }
td.TdClassName
{
border-color: #2F78FA;
}
.TagClassName
{
border-color: #2F78FA;
}
</style>