Shades of Dodger Blue #2F89FC
Tints of Dodger Blue #2F89FC
RGB
CMYK
RGB Variations
Color information
#2F89FC (or 0x2F89FC) is known color: Dodger Blue. HEX triplet: 2F, 89 and FC. RGB value is (47,137,252). Sum of RGB (Red+Green+Blue) = 47+137+252=436 (57% of max value = 765). Red value is 47 (18.75% from 255 or 10.78% from 436); Green value is 137 (53.91% from 255 or 31.42% from 436); Blue value is 252 (98.83% from 255 or 57.80% from 436); Max value from RGB is 252 - color contains mainly: blue. Hex color #2F89FC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2F89FC is #D07603. Grayscale: #7A7A7A. Windows color (decimal): -13661700 or 16550191. OLE color: 16550191.
HSL color Cylindrical-coordinate representation of color #2F89FC: hue angle of 213.66º degrees, saturation: 0.97, 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 #2F89FC is Cyan = 0.81, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 47 | 137 | 252 | - |
| CMYK | 0.81 | 0.46 | 0 | 0.01 |
| HSL | 213.66º | 0.97% | 0.59% | - |
| HSV(B) | 213.66º | 0.81% | 0.99% | - |
| XYZ | 27.69 | 25.52 | 95.56 | - |
| YUV | 123.2 | 200.68 | 73.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 137 | 252 | 0.81 | 0.46 | 0 | 0.01 | 213.66 | 0.97 | 0.59 |
| Hex | 2F | 89 | FC | 51 | 2E | 0 | 1 | D6 | 61 | 3B |
| Octal | 57 | 211 | 374 | 121 | 56 | 0 | 1 | 326 | 141 | 73 |
| Binary | 101111 | 10001001 | 11111100 | 1010001 | 101110 | 0 | 1 | 11010110 | 1100001 | 111011 |
Color Harmonies of #2F89FC
Complementary color
Monochromatic Colors of #2F89FC
Black with #2F89FC
Text Example
Text Example
White with #2F89FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F89FC; }
p { color: rgb(47,137,252); }
H1.HeaderClassName
{
color: #2F89FC;
}
.AnyTagClassName
{
color: #2F89FC;
}
</style>
background-color css
<style>
a { background-color: #2F89FC; }
a { background-color: rgb(47,137,252); }
div.DivClassName
{
background-color: #2F89FC;
}
.BgClassName
{
background-color: #2F89FC;
}
</style>
border-color css
<style>
span { border-color: #2F89FC; }
span { border-color: rgb(47,137,252); }
td.TdClassName
{
border-color: #2F89FC;
}
.TagClassName
{
border-color: #2F89FC;
}
</style>