Shades of Dodger Blue #2FADFE
Tints of Dodger Blue #2FADFE
RGB
CMYK
RGB Variations
Color information
#2FADFE (or 0x2FADFE) is known color: Dodger Blue. HEX triplet: 2F, AD and FE. RGB value is (47,173,254). Sum of RGB (Red+Green+Blue) = 47+173+254=474 (62% of max value = 765). Red value is 47 (18.75% from 255 or 9.92% from 474); Green value is 173 (67.97% from 255 or 36.50% from 474); Blue value is 254 (99.61% from 255 or 53.59% from 474); Max value from RGB is 254 - color contains mainly: blue. Hex color #2FADFE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2FADFE is #D05201. Grayscale: #909090. Windows color (decimal): -13652482 or 16690479. OLE color: 16690479.
HSL color Cylindrical-coordinate representation of color #2FADFE: hue angle of 203.48º 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 #2FADFE is Cyan = 0.81, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 47 | 173 | 254 | - |
| CMYK | 0.81 | 0.32 | 0 | 0.00 |
| HSL | 203.48º | 0.99% | 0.59% | - |
| HSV(B) | 203.48º | 0.81% | 1% | - |
| XYZ | 34.01 | 37.65 | 99.24 | - |
| YUV | 144.56 | 189.76 | 58.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 173 | 254 | 0.81 | 0.32 | 0 | 0.00 | 203.48 | 0.99 | 0.59 |
| Hex | 2F | AD | FE | 51 | 20 | 0 | 0 | CB | 63 | 3B |
| Octal | 57 | 255 | 376 | 121 | 40 | 0 | 0 | 313 | 143 | 73 |
| Binary | 101111 | 10101101 | 11111110 | 1010001 | 100000 | 0 | 0 | 11001011 | 1100011 | 111011 |
Color Harmonies of #2FADFE
Complementary color
Monochromatic Colors of #2FADFE
Black with #2FADFE
Text Example
Text Example
White with #2FADFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FADFE; }
p { color: rgb(47,173,254); }
H1.HeaderClassName
{
color: #2FADFE;
}
.AnyTagClassName
{
color: #2FADFE;
}
</style>
background-color css
<style>
a { background-color: #2FADFE; }
a { background-color: rgb(47,173,254); }
div.DivClassName
{
background-color: #2FADFE;
}
.BgClassName
{
background-color: #2FADFE;
}
</style>
border-color css
<style>
span { border-color: #2FADFE; }
span { border-color: rgb(47,173,254); }
td.TdClassName
{
border-color: #2FADFE;
}
.TagClassName
{
border-color: #2FADFE;
}
</style>