Shades of Dodger Blue #2F7FFE
Tints of Dodger Blue #2F7FFE
RGB
CMYK
RGB Variations
Color information
#2F7FFE (or 0x2F7FFE) is known color: Dodger Blue. HEX triplet: 2F, 7F and FE. RGB value is (47,127,254). Sum of RGB (Red+Green+Blue) = 47+127+254=428 (56% of max value = 765). Red value is 47 (18.75% from 255 or 10.98% from 428); Green value is 127 (50% from 255 or 29.67% from 428); Blue value is 254 (99.61% from 255 or 59.35% from 428); Max value from RGB is 254 - color contains mainly: blue. Hex color #2F7FFE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2F7FFE is #D08001. Grayscale: #747474. Windows color (decimal): -13664258 or 16678703. OLE color: 16678703.
HSL color Cylindrical-coordinate representation of color #2F7FFE: hue angle of 216.81º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2F7FFE is Cyan = 0.81, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 47 | 127 | 254 | - |
| CMYK | 0.81 | 0.50 | 0 | 0.00 |
| HSL | 216.81º | 0.99% | 0.59% | - |
| HSV(B) | 216.81º | 0.81% | 1% | - |
| XYZ | 26.65 | 22.94 | 96.79 | - |
| YUV | 117.56 | 205 | 77.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 127 | 254 | 0.81 | 0.50 | 0 | 0.00 | 216.81 | 0.99 | 0.59 |
| Hex | 2F | 7F | FE | 51 | 32 | 0 | 0 | D9 | 63 | 3B |
| Octal | 57 | 177 | 376 | 121 | 62 | 0 | 0 | 331 | 143 | 73 |
| Binary | 101111 | 1111111 | 11111110 | 1010001 | 110010 | 0 | 0 | 11011001 | 1100011 | 111011 |
Color Harmonies of #2F7FFE
Complementary color
Monochromatic Colors of #2F7FFE
Black with #2F7FFE
Text Example
Text Example
White with #2F7FFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F7FFE; }
p { color: rgb(47,127,254); }
H1.HeaderClassName
{
color: #2F7FFE;
}
.AnyTagClassName
{
color: #2F7FFE;
}
</style>
background-color css
<style>
a { background-color: #2F7FFE; }
a { background-color: rgb(47,127,254); }
div.DivClassName
{
background-color: #2F7FFE;
}
.BgClassName
{
background-color: #2F7FFE;
}
</style>
border-color css
<style>
span { border-color: #2F7FFE; }
span { border-color: rgb(47,127,254); }
td.TdClassName
{
border-color: #2F7FFE;
}
.TagClassName
{
border-color: #2F7FFE;
}
</style>