Shades of Dodger Blue #2F9FFD
Tints of Dodger Blue #2F9FFD
RGB
CMYK
RGB Variations
Color information
#2F9FFD (or 0x2F9FFD) is known color: Dodger Blue. HEX triplet: 2F, 9F and FD. RGB value is (47,159,253). Sum of RGB (Red+Green+Blue) = 47+159+253=459 (60% of max value = 765). Red value is 47 (18.75% from 255 or 10.24% from 459); Green value is 159 (62.5% from 255 or 34.64% from 459); Blue value is 253 (99.22% from 255 or 55.12% from 459); Max value from RGB is 253 - color contains mainly: blue. Hex color #2F9FFD is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2F9FFD is #D06002. Grayscale: #878787. Windows color (decimal): -13656067 or 16621359. OLE color: 16621359.
HSL color Cylindrical-coordinate representation of color #2F9FFD: hue angle of 207.38º 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 #2F9FFD is Cyan = 0.81, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 47 | 159 | 253 | - |
| CMYK | 0.81 | 0.37 | 0 | 0.01 |
| HSL | 207.38º | 0.98% | 0.59% | - |
| HSV(B) | 207.38º | 0.81% | 0.99% | - |
| XYZ | 31.3 | 32.49 | 97.55 | - |
| YUV | 136.23 | 193.89 | 64.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 159 | 253 | 0.81 | 0.37 | 0 | 0.01 | 207.38 | 0.98 | 0.59 |
| Hex | 2F | 9F | FD | 51 | 25 | 0 | 1 | CF | 62 | 3B |
| Octal | 57 | 237 | 375 | 121 | 45 | 0 | 1 | 317 | 142 | 73 |
| Binary | 101111 | 10011111 | 11111101 | 1010001 | 100101 | 0 | 1 | 11001111 | 1100010 | 111011 |
Color Harmonies of #2F9FFD
Complementary color
Monochromatic Colors of #2F9FFD
Black with #2F9FFD
Text Example
Text Example
White with #2F9FFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F9FFD; }
p { color: rgb(47,159,253); }
H1.HeaderClassName
{
color: #2F9FFD;
}
.AnyTagClassName
{
color: #2F9FFD;
}
</style>
background-color css
<style>
a { background-color: #2F9FFD; }
a { background-color: rgb(47,159,253); }
div.DivClassName
{
background-color: #2F9FFD;
}
.BgClassName
{
background-color: #2F9FFD;
}
</style>
border-color css
<style>
span { border-color: #2F9FFD; }
span { border-color: rgb(47,159,253); }
td.TdClassName
{
border-color: #2F9FFD;
}
.TagClassName
{
border-color: #2F9FFD;
}
</style>