Shades of Dodger Blue #2672FF
Tints of Dodger Blue #2672FF
RGB
CMYK
RGB Variations
Color information
#2672FF (or 0x2672FF) is known color: Dodger Blue. HEX triplet: 26, 72 and FF. RGB value is (38,114,255). Sum of RGB (Red+Green+Blue) = 38+114+255=407 (53% of max value = 765). Red value is 38 (15.23% from 255 or 9.34% from 407); Green value is 114 (44.92% from 255 or 28.01% from 407); Blue value is 255 (100% from 255 or 62.65% from 407); Max value from RGB is 255 - color contains mainly: blue. Hex color #2672FF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2672FF is #D98D00. Grayscale: #6A6A6A. Windows color (decimal): -14257409 or 16740902. OLE color: 16740902.
HSL color Cylindrical-coordinate representation of color #2672FF: hue angle of 218.99º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2672FF is Cyan = 0.85, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 38 | 114 | 255 | - |
| CMYK | 0.85 | 0.55 | 0 | 0 |
| HSL | 218.99º | 1% | 0.57% | - |
| HSV(B) | 218.99º | 0.85% | 1% | - |
| XYZ | 24.87 | 19.67 | 97.09 | - |
| YUV | 107.35 | 211.32 | 78.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 114 | 255 | 0.85 | 0.55 | 0 | 0 | 218.99 | 1 | 0.57 |
| Hex | 26 | 72 | FF | 55 | 37 | 0 | 0 | DB | 64 | 39 |
| Octal | 46 | 162 | 377 | 125 | 67 | 0 | 0 | 333 | 144 | 71 |
| Binary | 100110 | 1110010 | 11111111 | 1010101 | 110111 | 0 | 0 | 11011011 | 1100100 | 111001 |
Color Harmonies of #2672FF
Complementary color
Monochromatic Colors of #2672FF
Black with #2672FF
Text Example
Text Example
White with #2672FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2672FF; }
p { color: rgb(38,114,255); }
H1.HeaderClassName
{
color: #2672FF;
}
.AnyTagClassName
{
color: #2672FF;
}
</style>
background-color css
<style>
a { background-color: #2672FF; }
a { background-color: rgb(38,114,255); }
div.DivClassName
{
background-color: #2672FF;
}
.BgClassName
{
background-color: #2672FF;
}
</style>
border-color css
<style>
span { border-color: #2672FF; }
span { border-color: rgb(38,114,255); }
td.TdClassName
{
border-color: #2672FF;
}
.TagClassName
{
border-color: #2672FF;
}
</style>