Shades of Dodger Blue #2F9AFE
Tints of Dodger Blue #2F9AFE
RGB
CMYK
RGB Variations
Color information
#2F9AFE (or 0x2F9AFE) is known color: Dodger Blue. HEX triplet: 2F, 9A and FE. RGB value is (47,154,254). Sum of RGB (Red+Green+Blue) = 47+154+254=455 (60% of max value = 765). Red value is 47 (18.75% from 255 or 10.33% from 455); Green value is 154 (60.55% from 255 or 33.85% from 455); Blue value is 254 (99.61% from 255 or 55.82% from 455); Max value from RGB is 254 - color contains mainly: blue. Hex color #2F9AFE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2F9AFE is #D06501. Grayscale: #848484. Windows color (decimal): -13657346 or 16685615. OLE color: 16685615.
HSL color Cylindrical-coordinate representation of color #2F9AFE: hue angle of 208.99º 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 #2F9AFE is Cyan = 0.81, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 47 | 154 | 254 | - |
| CMYK | 0.81 | 0.39 | 0 | 0.00 |
| HSL | 208.99º | 0.99% | 0.59% | - |
| HSV(B) | 208.99º | 0.81% | 1% | - |
| XYZ | 30.62 | 30.87 | 98.11 | - |
| YUV | 133.41 | 196.05 | 66.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 154 | 254 | 0.81 | 0.39 | 0 | 0.00 | 208.99 | 0.99 | 0.59 |
| Hex | 2F | 9A | FE | 51 | 27 | 0 | 0 | D1 | 63 | 3B |
| Octal | 57 | 232 | 376 | 121 | 47 | 0 | 0 | 321 | 143 | 73 |
| Binary | 101111 | 10011010 | 11111110 | 1010001 | 100111 | 0 | 0 | 11010001 | 1100011 | 111011 |
Color Harmonies of #2F9AFE
Complementary color
Monochromatic Colors of #2F9AFE
Black with #2F9AFE
Text Example
Text Example
White with #2F9AFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F9AFE; }
p { color: rgb(47,154,254); }
H1.HeaderClassName
{
color: #2F9AFE;
}
.AnyTagClassName
{
color: #2F9AFE;
}
</style>
background-color css
<style>
a { background-color: #2F9AFE; }
a { background-color: rgb(47,154,254); }
div.DivClassName
{
background-color: #2F9AFE;
}
.BgClassName
{
background-color: #2F9AFE;
}
</style>
border-color css
<style>
span { border-color: #2F9AFE; }
span { border-color: rgb(47,154,254); }
td.TdClassName
{
border-color: #2F9AFE;
}
.TagClassName
{
border-color: #2F9AFE;
}
</style>