Shades of Dodger Blue #267BFE
Tints of Dodger Blue #267BFE
RGB
CMYK
RGB Variations
Color information
#267BFE (or 0x267BFE) is known color: Dodger Blue. HEX triplet: 26, 7B and FE. RGB value is (38,123,254). Sum of RGB (Red+Green+Blue) = 38+123+254=415 (54% of max value = 765). Red value is 38 (15.23% from 255 or 9.16% from 415); Green value is 123 (48.44% from 255 or 29.64% from 415); Blue value is 254 (99.61% from 255 or 61.20% from 415); Max value from RGB is 254 - color contains mainly: blue. Hex color #267BFE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #267BFE is #D98401. Grayscale: #6F6F6F. Windows color (decimal): -14255106 or 16677670. OLE color: 16677670.
HSL color Cylindrical-coordinate representation of color #267BFE: hue angle of 216.39º 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 #267BFE is Cyan = 0.85, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 38 | 123 | 254 | - |
| CMYK | 0.85 | 0.52 | 0 | 0.00 |
| HSL | 216.39º | 0.99% | 0.57% | - |
| HSV(B) | 216.39º | 0.85% | 1% | - |
| XYZ | 25.77 | 21.73 | 96.6 | - |
| YUV | 112.52 | 207.84 | 74.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 123 | 254 | 0.85 | 0.52 | 0 | 0.00 | 216.39 | 0.99 | 0.57 |
| Hex | 26 | 7B | FE | 55 | 34 | 0 | 0 | D8 | 63 | 39 |
| Octal | 46 | 173 | 376 | 125 | 64 | 0 | 0 | 330 | 143 | 71 |
| Binary | 100110 | 1111011 | 11111110 | 1010101 | 110100 | 0 | 0 | 11011000 | 1100011 | 111001 |
Color Harmonies of #267BFE
Complementary color
Monochromatic Colors of #267BFE
Black with #267BFE
Text Example
Text Example
White with #267BFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #267BFE; }
p { color: rgb(38,123,254); }
H1.HeaderClassName
{
color: #267BFE;
}
.AnyTagClassName
{
color: #267BFE;
}
</style>
background-color css
<style>
a { background-color: #267BFE; }
a { background-color: rgb(38,123,254); }
div.DivClassName
{
background-color: #267BFE;
}
.BgClassName
{
background-color: #267BFE;
}
</style>
border-color css
<style>
span { border-color: #267BFE; }
span { border-color: rgb(38,123,254); }
td.TdClassName
{
border-color: #267BFE;
}
.TagClassName
{
border-color: #267BFE;
}
</style>