Shades of Dodger Blue #267DFE
Tints of Dodger Blue #267DFE
RGB
CMYK
RGB Variations
Color information
#267DFE (or 0x267DFE) is known color: Dodger Blue. HEX triplet: 26, 7D and FE. RGB value is (38,125,254). Sum of RGB (Red+Green+Blue) = 38+125+254=417 (55% of max value = 765). Red value is 38 (15.23% from 255 or 9.11% from 417); Green value is 125 (49.22% from 255 or 29.98% from 417); Blue value is 254 (99.61% from 255 or 60.91% from 417); Max value from RGB is 254 - color contains mainly: blue. Hex color #267DFE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #267DFE is #D98201. Grayscale: #717171. Windows color (decimal): -14254594 or 16678182. OLE color: 16678182.
HSL color Cylindrical-coordinate representation of color #267DFE: hue angle of 215.83º 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 #267DFE is Cyan = 0.85, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 38 | 125 | 254 | - |
| CMYK | 0.85 | 0.51 | 0 | 0.00 |
| HSL | 215.83º | 0.99% | 0.57% | - |
| HSV(B) | 215.83º | 0.85% | 1% | - |
| XYZ | 26.02 | 22.24 | 96.69 | - |
| YUV | 113.69 | 207.18 | 74.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 125 | 254 | 0.85 | 0.51 | 0 | 0.00 | 215.83 | 0.99 | 0.57 |
| Hex | 26 | 7D | FE | 55 | 33 | 0 | 0 | D8 | 63 | 39 |
| Octal | 46 | 175 | 376 | 125 | 63 | 0 | 0 | 330 | 143 | 71 |
| Binary | 100110 | 1111101 | 11111110 | 1010101 | 110011 | 0 | 0 | 11011000 | 1100011 | 111001 |
Color Harmonies of #267DFE
Complementary color
Monochromatic Colors of #267DFE
Black with #267DFE
Text Example
Text Example
White with #267DFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #267DFE; }
p { color: rgb(38,125,254); }
H1.HeaderClassName
{
color: #267DFE;
}
.AnyTagClassName
{
color: #267DFE;
}
</style>
background-color css
<style>
a { background-color: #267DFE; }
a { background-color: rgb(38,125,254); }
div.DivClassName
{
background-color: #267DFE;
}
.BgClassName
{
background-color: #267DFE;
}
</style>
border-color css
<style>
span { border-color: #267DFE; }
span { border-color: rgb(38,125,254); }
td.TdClassName
{
border-color: #267DFE;
}
.TagClassName
{
border-color: #267DFE;
}
</style>