Shades of Dodger Blue #267AF3
Tints of Dodger Blue #267AF3
RGB
CMYK
RGB Variations
Color information
#267AF3 (or 0x267AF3) is known color: Dodger Blue. HEX triplet: 26, 7A and F3. RGB value is (38,122,243). Sum of RGB (Red+Green+Blue) = 38+122+243=403 (53% of max value = 765). Red value is 38 (15.23% from 255 or 9.43% from 403); Green value is 122 (48.05% from 255 or 30.27% from 403); Blue value is 243 (95.31% from 255 or 60.30% from 403); Max value from RGB is 243 - color contains mainly: blue. Hex color #267AF3 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #267AF3 is #D9850C. Grayscale: #6E6E6E. Windows color (decimal): -14255373 or 15956518. OLE color: 15956518.
HSL color Cylindrical-coordinate representation of color #267AF3: hue angle of 215.41º degrees, saturation: 0.9, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #267AF3 is Cyan = 0.84, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 38 | 122 | 243 | - |
| CMYK | 0.84 | 0.50 | 0 | 0.05 |
| HSL | 215.41º | 0.9% | 0.55% | - |
| HSV(B) | 215.41º | 0.84% | 0.95% | - |
| XYZ | 23.94 | 20.8 | 87.55 | - |
| YUV | 110.68 | 202.67 | 76.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 122 | 243 | 0.84 | 0.50 | 0 | 0.05 | 215.41 | 0.9 | 0.55 |
| Hex | 26 | 7A | F3 | 54 | 32 | 0 | 5 | D7 | 5A | 37 |
| Octal | 46 | 172 | 363 | 124 | 62 | 0 | 5 | 327 | 132 | 67 |
| Binary | 100110 | 1111010 | 11110011 | 1010100 | 110010 | 0 | 101 | 11010111 | 1011010 | 110111 |
Color Harmonies of #267AF3
Complementary color
Monochromatic Colors of #267AF3
Black with #267AF3
Text Example
Text Example
White with #267AF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #267AF3; }
p { color: rgb(38,122,243); }
H1.HeaderClassName
{
color: #267AF3;
}
.AnyTagClassName
{
color: #267AF3;
}
</style>
background-color css
<style>
a { background-color: #267AF3; }
a { background-color: rgb(38,122,243); }
div.DivClassName
{
background-color: #267AF3;
}
.BgClassName
{
background-color: #267AF3;
}
</style>
border-color css
<style>
span { border-color: #267AF3; }
span { border-color: rgb(38,122,243); }
td.TdClassName
{
border-color: #267AF3;
}
.TagClassName
{
border-color: #267AF3;
}
</style>