Shades of Dodger Blue #2672FE
Tints of Dodger Blue #2672FE
RGB
CMYK
RGB Variations
Color information
#2672FE (or 0x2672FE) is known color: Dodger Blue. HEX triplet: 26, 72 and FE. RGB value is (38,114,254). Sum of RGB (Red+Green+Blue) = 38+114+254=406 (53% of max value = 765). Red value is 38 (15.23% from 255 or 9.36% from 406); Green value is 114 (44.92% from 255 or 28.08% from 406); Blue value is 254 (99.61% from 255 or 62.56% from 406); Max value from RGB is 254 - color contains mainly: blue. Hex color #2672FE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2672FE is #D98D01. Grayscale: #6A6A6A. Windows color (decimal): -14257410 or 16675366. OLE color: 16675366.
HSL color Cylindrical-coordinate representation of color #2672FE: hue angle of 218.89º degrees, saturation: 0.99, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2672FE is Cyan = 0.85, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 38 | 114 | 254 | - |
| CMYK | 0.85 | 0.55 | 0 | 0.00 |
| HSL | 218.89º | 0.99% | 0.57% | - |
| HSV(B) | 218.89º | 0.85% | 1% | - |
| XYZ | 24.71 | 19.6 | 96.25 | - |
| YUV | 107.24 | 210.82 | 78.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 114 | 254 | 0.85 | 0.55 | 0 | 0.00 | 218.89 | 0.99 | 0.57 |
| Hex | 26 | 72 | FE | 55 | 37 | 0 | 0 | DB | 63 | 39 |
| Octal | 46 | 162 | 376 | 125 | 67 | 0 | 0 | 333 | 143 | 71 |
| Binary | 100110 | 1110010 | 11111110 | 1010101 | 110111 | 0 | 0 | 11011011 | 1100011 | 111001 |
Color Harmonies of #2672FE
Complementary color
Monochromatic Colors of #2672FE
Black with #2672FE
Text Example
Text Example
White with #2672FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2672FE; }
p { color: rgb(38,114,254); }
H1.HeaderClassName
{
color: #2672FE;
}
.AnyTagClassName
{
color: #2672FE;
}
</style>
background-color css
<style>
a { background-color: #2672FE; }
a { background-color: rgb(38,114,254); }
div.DivClassName
{
background-color: #2672FE;
}
.BgClassName
{
background-color: #2672FE;
}
</style>
border-color css
<style>
span { border-color: #2672FE; }
span { border-color: rgb(38,114,254); }
td.TdClassName
{
border-color: #2672FE;
}
.TagClassName
{
border-color: #2672FE;
}
</style>