Shades of Dodger Blue #2672FA
Tints of Dodger Blue #2672FA
RGB
CMYK
RGB Variations
Color information
#2672FA (or 0x2672FA) is known color: Dodger Blue. HEX triplet: 26, 72 and FA. RGB value is (38,114,250). Sum of RGB (Red+Green+Blue) = 38+114+250=402 (53% of max value = 765). Red value is 38 (15.23% from 255 or 9.45% from 402); Green value is 114 (44.92% from 255 or 28.36% from 402); Blue value is 250 (98.05% from 255 or 62.19% from 402); Max value from RGB is 250 - color contains mainly: blue. Hex color #2672FA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2672FA is #D98D05. Grayscale: #6A6A6A. Windows color (decimal): -14257414 or 16413222. OLE color: 16413222.
HSL color Cylindrical-coordinate representation of color #2672FA: hue angle of 218.49º degrees, saturation: 0.95, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2672FA is Cyan = 0.85, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 38 | 114 | 250 | - |
| CMYK | 0.85 | 0.54 | 0 | 0.02 |
| HSL | 218.49º | 0.95% | 0.56% | - |
| HSV(B) | 218.49º | 0.85% | 0.98% | - |
| XYZ | 24.07 | 19.35 | 92.91 | - |
| YUV | 106.78 | 208.82 | 78.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 114 | 250 | 0.85 | 0.54 | 0 | 0.02 | 218.49 | 0.95 | 0.56 |
| Hex | 26 | 72 | FA | 55 | 36 | 0 | 2 | DA | 5F | 38 |
| Octal | 46 | 162 | 372 | 125 | 66 | 0 | 2 | 332 | 137 | 70 |
| Binary | 100110 | 1110010 | 11111010 | 1010101 | 110110 | 0 | 10 | 11011010 | 1011111 | 111000 |
Color Harmonies of #2672FA
Complementary color
Monochromatic Colors of #2672FA
Black with #2672FA
Text Example
Text Example
White with #2672FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2672FA; }
p { color: rgb(38,114,250); }
H1.HeaderClassName
{
color: #2672FA;
}
.AnyTagClassName
{
color: #2672FA;
}
</style>
background-color css
<style>
a { background-color: #2672FA; }
a { background-color: rgb(38,114,250); }
div.DivClassName
{
background-color: #2672FA;
}
.BgClassName
{
background-color: #2672FA;
}
</style>
border-color css
<style>
span { border-color: #2672FA; }
span { border-color: rgb(38,114,250); }
td.TdClassName
{
border-color: #2672FA;
}
.TagClassName
{
border-color: #2672FA;
}
</style>