Shades of Dodger Blue #2F7FFC
Tints of Dodger Blue #2F7FFC
RGB
CMYK
RGB Variations
Color information
#2F7FFC (or 0x2F7FFC) is known color: Dodger Blue. HEX triplet: 2F, 7F and FC. RGB value is (47,127,252). Sum of RGB (Red+Green+Blue) = 47+127+252=426 (56% of max value = 765). Red value is 47 (18.75% from 255 or 11.03% from 426); Green value is 127 (50% from 255 or 29.81% from 426); Blue value is 252 (98.83% from 255 or 59.15% from 426); Max value from RGB is 252 - color contains mainly: blue. Hex color #2F7FFC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2F7FFC is #D08003. Grayscale: #747474. Windows color (decimal): -13664260 or 16547631. OLE color: 16547631.
HSL color Cylindrical-coordinate representation of color #2F7FFC: hue angle of 216.59º 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 #2F7FFC is Cyan = 0.81, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 47 | 127 | 252 | - |
| CMYK | 0.81 | 0.50 | 0 | 0.01 |
| HSL | 216.59º | 0.97% | 0.59% | - |
| HSV(B) | 216.59º | 0.81% | 0.99% | - |
| XYZ | 26.33 | 22.81 | 95.11 | - |
| YUV | 117.33 | 204 | 77.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 127 | 252 | 0.81 | 0.50 | 0 | 0.01 | 216.59 | 0.97 | 0.59 |
| Hex | 2F | 7F | FC | 51 | 32 | 0 | 1 | D9 | 61 | 3B |
| Octal | 57 | 177 | 374 | 121 | 62 | 0 | 1 | 331 | 141 | 73 |
| Binary | 101111 | 1111111 | 11111100 | 1010001 | 110010 | 0 | 1 | 11011001 | 1100001 | 111011 |
Color Harmonies of #2F7FFC
Complementary color
Monochromatic Colors of #2F7FFC
Black with #2F7FFC
Text Example
Text Example
White with #2F7FFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F7FFC; }
p { color: rgb(47,127,252); }
H1.HeaderClassName
{
color: #2F7FFC;
}
.AnyTagClassName
{
color: #2F7FFC;
}
</style>
background-color css
<style>
a { background-color: #2F7FFC; }
a { background-color: rgb(47,127,252); }
div.DivClassName
{
background-color: #2F7FFC;
}
.BgClassName
{
background-color: #2F7FFC;
}
</style>
border-color css
<style>
span { border-color: #2F7FFC; }
span { border-color: rgb(47,127,252); }
td.TdClassName
{
border-color: #2F7FFC;
}
.TagClassName
{
border-color: #2F7FFC;
}
</style>