Shades of Dodger Blue #2F7FFD
Tints of Dodger Blue #2F7FFD
RGB
CMYK
RGB Variations
Color information
#2F7FFD (or 0x2F7FFD) is known color: Dodger Blue. HEX triplet: 2F, 7F and FD. RGB value is (47,127,253). Sum of RGB (Red+Green+Blue) = 47+127+253=427 (56% of max value = 765). Red value is 47 (18.75% from 255 or 11.01% from 427); Green value is 127 (50% from 255 or 29.74% from 427); Blue value is 253 (99.22% from 255 or 59.25% from 427); Max value from RGB is 253 - color contains mainly: blue. Hex color #2F7FFD is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2F7FFD is #D08002. Grayscale: #747474. Windows color (decimal): -13664259 or 16613167. OLE color: 16613167.
HSL color Cylindrical-coordinate representation of color #2F7FFD: hue angle of 216.7º degrees, saturation: 0.98, 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 #2F7FFD is Cyan = 0.81, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 47 | 127 | 253 | - |
| CMYK | 0.81 | 0.50 | 0 | 0.01 |
| HSL | 216.7º | 0.98% | 0.59% | - |
| HSV(B) | 216.7º | 0.81% | 0.99% | - |
| XYZ | 26.49 | 22.87 | 95.95 | - |
| YUV | 117.44 | 204.5 | 77.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 127 | 253 | 0.81 | 0.50 | 0 | 0.01 | 216.7 | 0.98 | 0.59 |
| Hex | 2F | 7F | FD | 51 | 32 | 0 | 1 | D9 | 62 | 3B |
| Octal | 57 | 177 | 375 | 121 | 62 | 0 | 1 | 331 | 142 | 73 |
| Binary | 101111 | 1111111 | 11111101 | 1010001 | 110010 | 0 | 1 | 11011001 | 1100010 | 111011 |
Color Harmonies of #2F7FFD
Complementary color
Monochromatic Colors of #2F7FFD
Black with #2F7FFD
Text Example
Text Example
White with #2F7FFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F7FFD; }
p { color: rgb(47,127,253); }
H1.HeaderClassName
{
color: #2F7FFD;
}
.AnyTagClassName
{
color: #2F7FFD;
}
</style>
background-color css
<style>
a { background-color: #2F7FFD; }
a { background-color: rgb(47,127,253); }
div.DivClassName
{
background-color: #2F7FFD;
}
.BgClassName
{
background-color: #2F7FFD;
}
</style>
border-color css
<style>
span { border-color: #2F7FFD; }
span { border-color: rgb(47,127,253); }
td.TdClassName
{
border-color: #2F7FFD;
}
.TagClassName
{
border-color: #2F7FFD;
}
</style>