Shades of Dodger Blue #2F7AFC
Tints of Dodger Blue #2F7AFC
RGB
CMYK
RGB Variations
Color information
#2F7AFC (or 0x2F7AFC) is known color: Dodger Blue. HEX triplet: 2F, 7A and FC. RGB value is (47,122,252). Sum of RGB (Red+Green+Blue) = 47+122+252=421 (55% of max value = 765). Red value is 47 (18.75% from 255 or 11.16% from 421); Green value is 122 (48.05% from 255 or 28.98% from 421); Blue value is 252 (98.83% from 255 or 59.86% from 421); Max value from RGB is 252 - color contains mainly: blue. Hex color #2F7AFC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2F7AFC is #D08503. Grayscale: #717171. Windows color (decimal): -13665540 or 16546351. OLE color: 16546351.
HSL color Cylindrical-coordinate representation of color #2F7AFC: hue angle of 218.05º degrees, saturation: 0.97, 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 #2F7AFC is Cyan = 0.81, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 47 | 122 | 252 | - |
| CMYK | 0.81 | 0.52 | 0 | 0.01 |
| HSL | 218.05º | 0.97% | 0.59% | - |
| HSV(B) | 218.05º | 0.81% | 0.99% | - |
| XYZ | 25.7 | 21.55 | 94.9 | - |
| YUV | 114.4 | 205.65 | 79.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 122 | 252 | 0.81 | 0.52 | 0 | 0.01 | 218.05 | 0.97 | 0.59 |
| Hex | 2F | 7A | FC | 51 | 34 | 0 | 1 | DA | 61 | 3B |
| Octal | 57 | 172 | 374 | 121 | 64 | 0 | 1 | 332 | 141 | 73 |
| Binary | 101111 | 1111010 | 11111100 | 1010001 | 110100 | 0 | 1 | 11011010 | 1100001 | 111011 |
Color Harmonies of #2F7AFC
Complementary color
Monochromatic Colors of #2F7AFC
Black with #2F7AFC
Text Example
Text Example
White with #2F7AFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F7AFC; }
p { color: rgb(47,122,252); }
H1.HeaderClassName
{
color: #2F7AFC;
}
.AnyTagClassName
{
color: #2F7AFC;
}
</style>
background-color css
<style>
a { background-color: #2F7AFC; }
a { background-color: rgb(47,122,252); }
div.DivClassName
{
background-color: #2F7AFC;
}
.BgClassName
{
background-color: #2F7AFC;
}
</style>
border-color css
<style>
span { border-color: #2F7AFC; }
span { border-color: rgb(47,122,252); }
td.TdClassName
{
border-color: #2F7AFC;
}
.TagClassName
{
border-color: #2F7AFC;
}
</style>