Shades of Dodger Blue #2472FB
Tints of Dodger Blue #2472FB
RGB
CMYK
RGB Variations
Color information
#2472FB (or 0x2472FB) is known color: Dodger Blue. HEX triplet: 24, 72 and FB. RGB value is (36,114,251). Sum of RGB (Red+Green+Blue) = 36+114+251=401 (53% of max value = 765). Red value is 36 (14.45% from 255 or 8.98% from 401); Green value is 114 (44.92% from 255 or 28.43% from 401); Blue value is 251 (98.44% from 255 or 62.59% from 401); Max value from RGB is 251 - color contains mainly: blue. Hex color #2472FB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2472FB is #DB8D04. Grayscale: #696969. Windows color (decimal): -14388485 or 16478756. OLE color: 16478756.
HSL color Cylindrical-coordinate representation of color #2472FB: hue angle of 218.23º degrees, saturation: 0.96, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2472FB is Cyan = 0.86, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 36 | 114 | 251 | - |
| CMYK | 0.86 | 0.55 | 0 | 0.02 |
| HSL | 218.23º | 0.96% | 0.56% | - |
| HSV(B) | 218.23º | 0.86% | 0.98% | - |
| XYZ | 24.16 | 19.37 | 93.73 | - |
| YUV | 106.3 | 209.66 | 77.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 114 | 251 | 0.86 | 0.55 | 0 | 0.02 | 218.23 | 0.96 | 0.56 |
| Hex | 24 | 72 | FB | 56 | 37 | 0 | 2 | DA | 60 | 38 |
| Octal | 44 | 162 | 373 | 126 | 67 | 0 | 2 | 332 | 140 | 70 |
| Binary | 100100 | 1110010 | 11111011 | 1010110 | 110111 | 0 | 10 | 11011010 | 1100000 | 111000 |
Color Harmonies of #2472FB
Complementary color
Monochromatic Colors of #2472FB
Black with #2472FB
Text Example
Text Example
White with #2472FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2472FB; }
p { color: rgb(36,114,251); }
H1.HeaderClassName
{
color: #2472FB;
}
.AnyTagClassName
{
color: #2472FB;
}
</style>
background-color css
<style>
a { background-color: #2472FB; }
a { background-color: rgb(36,114,251); }
div.DivClassName
{
background-color: #2472FB;
}
.BgClassName
{
background-color: #2472FB;
}
</style>
border-color css
<style>
span { border-color: #2472FB; }
span { border-color: rgb(36,114,251); }
td.TdClassName
{
border-color: #2472FB;
}
.TagClassName
{
border-color: #2472FB;
}
</style>