Shades of Dodger Blue #267FFE
Tints of Dodger Blue #267FFE
RGB
CMYK
RGB Variations
Color information
#267FFE (or 0x267FFE) is known color: Dodger Blue. HEX triplet: 26, 7F and FE. RGB value is (38,127,254). Sum of RGB (Red+Green+Blue) = 38+127+254=419 (55% of max value = 765). Red value is 38 (15.23% from 255 or 9.07% from 419); Green value is 127 (50% from 255 or 30.31% from 419); Blue value is 254 (99.61% from 255 or 60.62% from 419); Max value from RGB is 254 - color contains mainly: blue. Hex color #267FFE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #267FFE is #D98001. Grayscale: #727272. Windows color (decimal): -14254082 or 16678694. OLE color: 16678694.
HSL color Cylindrical-coordinate representation of color #267FFE: hue angle of 215.28º 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 #267FFE is Cyan = 0.85, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 38 | 127 | 254 | - |
| CMYK | 0.85 | 0.50 | 0 | 0.00 |
| HSL | 215.28º | 0.99% | 0.57% | - |
| HSV(B) | 215.28º | 0.85% | 1% | - |
| XYZ | 26.28 | 22.75 | 96.77 | - |
| YUV | 114.87 | 206.51 | 73.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 127 | 254 | 0.85 | 0.50 | 0 | 0.00 | 215.28 | 0.99 | 0.57 |
| Hex | 26 | 7F | FE | 55 | 32 | 0 | 0 | D7 | 63 | 39 |
| Octal | 46 | 177 | 376 | 125 | 62 | 0 | 0 | 327 | 143 | 71 |
| Binary | 100110 | 1111111 | 11111110 | 1010101 | 110010 | 0 | 0 | 11010111 | 1100011 | 111001 |
Color Harmonies of #267FFE
Complementary color
Monochromatic Colors of #267FFE
Black with #267FFE
Text Example
Text Example
White with #267FFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #267FFE; }
p { color: rgb(38,127,254); }
H1.HeaderClassName
{
color: #267FFE;
}
.AnyTagClassName
{
color: #267FFE;
}
</style>
background-color css
<style>
a { background-color: #267FFE; }
a { background-color: rgb(38,127,254); }
div.DivClassName
{
background-color: #267FFE;
}
.BgClassName
{
background-color: #267FFE;
}
</style>
border-color css
<style>
span { border-color: #267FFE; }
span { border-color: rgb(38,127,254); }
td.TdClassName
{
border-color: #267FFE;
}
.TagClassName
{
border-color: #267FFE;
}
</style>