Shades of Dodger Blue #267FE8
Tints of Dodger Blue #267FE8
RGB
CMYK
RGB Variations
Color information
#267FE8 (or 0x267FE8) is known color: Dodger Blue. HEX triplet: 26, 7F and E8. RGB value is (38,127,232). Sum of RGB (Red+Green+Blue) = 38+127+232=397 (52% of max value = 765). Red value is 38 (15.23% from 255 or 9.57% from 397); Green value is 127 (50% from 255 or 31.99% from 397); Blue value is 232 (91.02% from 255 or 58.44% from 397); Max value from RGB is 232 - color contains mainly: blue. Hex color #267FE8 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #267FE8 is #D98017. Grayscale: #6F6F6F. Windows color (decimal): -14254104 or 15236902. OLE color: 15236902.
HSL color Cylindrical-coordinate representation of color #267FE8: hue angle of 212.47º degrees, saturation: 0.81, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #267FE8 is Cyan = 0.84, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 38 | 127 | 232 | - |
| CMYK | 0.84 | 0.45 | 0 | 0.09 |
| HSL | 212.47º | 0.81% | 0.53% | - |
| HSV(B) | 212.47º | 0.84% | 0.91% | - |
| XYZ | 22.95 | 21.42 | 79.27 | - |
| YUV | 112.36 | 195.51 | 74.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 127 | 232 | 0.84 | 0.45 | 0 | 0.09 | 212.47 | 0.81 | 0.53 |
| Hex | 26 | 7F | E8 | 54 | 2D | 0 | 9 | D4 | 51 | 35 |
| Octal | 46 | 177 | 350 | 124 | 55 | 0 | 11 | 324 | 121 | 65 |
| Binary | 100110 | 1111111 | 11101000 | 1010100 | 101101 | 0 | 1001 | 11010100 | 1010001 | 110101 |
Color Harmonies of #267FE8
Complementary color
Monochromatic Colors of #267FE8
Black with #267FE8
Text Example
Text Example
White with #267FE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #267FE8; }
p { color: rgb(38,127,232); }
H1.HeaderClassName
{
color: #267FE8;
}
.AnyTagClassName
{
color: #267FE8;
}
</style>
background-color css
<style>
a { background-color: #267FE8; }
a { background-color: rgb(38,127,232); }
div.DivClassName
{
background-color: #267FE8;
}
.BgClassName
{
background-color: #267FE8;
}
</style>
border-color css
<style>
span { border-color: #267FE8; }
span { border-color: rgb(38,127,232); }
td.TdClassName
{
border-color: #267FE8;
}
.TagClassName
{
border-color: #267FE8;
}
</style>