Shades of Dodger Blue #2F9CFE
Tints of Dodger Blue #2F9CFE
RGB
CMYK
RGB Variations
Color information
#2F9CFE (or 0x2F9CFE) is known color: Dodger Blue. HEX triplet: 2F, 9C and FE. RGB value is (47,156,254). Sum of RGB (Red+Green+Blue) = 47+156+254=457 (60% of max value = 765). Red value is 47 (18.75% from 255 or 10.28% from 457); Green value is 156 (61.33% from 255 or 34.14% from 457); Blue value is 254 (99.61% from 255 or 55.58% from 457); Max value from RGB is 254 - color contains mainly: blue. Hex color #2F9CFE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2F9CFE is #D06301. Grayscale: #868686. Windows color (decimal): -13656834 or 16686127. OLE color: 16686127.
HSL color Cylindrical-coordinate representation of color #2F9CFE: hue angle of 208.41º 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 #2F9CFE is Cyan = 0.81, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 47 | 156 | 254 | - |
| CMYK | 0.81 | 0.39 | 0 | 0.00 |
| HSL | 208.41º | 0.99% | 0.59% | - |
| HSV(B) | 208.41º | 0.81% | 1% | - |
| XYZ | 30.95 | 31.54 | 98.22 | - |
| YUV | 134.58 | 195.39 | 65.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 156 | 254 | 0.81 | 0.39 | 0 | 0.00 | 208.41 | 0.99 | 0.59 |
| Hex | 2F | 9C | FE | 51 | 27 | 0 | 0 | D0 | 63 | 3B |
| Octal | 57 | 234 | 376 | 121 | 47 | 0 | 0 | 320 | 143 | 73 |
| Binary | 101111 | 10011100 | 11111110 | 1010001 | 100111 | 0 | 0 | 11010000 | 1100011 | 111011 |
Color Harmonies of #2F9CFE
Complementary color
Monochromatic Colors of #2F9CFE
Black with #2F9CFE
Text Example
Text Example
White with #2F9CFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F9CFE; }
p { color: rgb(47,156,254); }
H1.HeaderClassName
{
color: #2F9CFE;
}
.AnyTagClassName
{
color: #2F9CFE;
}
</style>
background-color css
<style>
a { background-color: #2F9CFE; }
a { background-color: rgb(47,156,254); }
div.DivClassName
{
background-color: #2F9CFE;
}
.BgClassName
{
background-color: #2F9CFE;
}
</style>
border-color css
<style>
span { border-color: #2F9CFE; }
span { border-color: rgb(47,156,254); }
td.TdClassName
{
border-color: #2F9CFE;
}
.TagClassName
{
border-color: #2F9CFE;
}
</style>