Shades of Dodger Blue #267AF1
Tints of Dodger Blue #267AF1
RGB
CMYK
RGB Variations
Color information
#267AF1 (or 0x267AF1) is known color: Dodger Blue. HEX triplet: 26, 7A and F1. RGB value is (38,122,241). Sum of RGB (Red+Green+Blue) = 38+122+241=401 (53% of max value = 765). Red value is 38 (15.23% from 255 or 9.48% from 401); Green value is 122 (48.05% from 255 or 30.42% from 401); Blue value is 241 (94.53% from 255 or 60.10% from 401); Max value from RGB is 241 - color contains mainly: blue. Hex color #267AF1 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #267AF1 is #D9850E. Grayscale: #6D6D6D. Windows color (decimal): -14255375 or 15825446. OLE color: 15825446.
HSL color Cylindrical-coordinate representation of color #267AF1: hue angle of 215.17º degrees, saturation: 0.88, 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 #267AF1 is Cyan = 0.84, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 38 | 122 | 241 | - |
| CMYK | 0.84 | 0.49 | 0 | 0.05 |
| HSL | 215.17º | 0.88% | 0.55% | - |
| HSV(B) | 215.17º | 0.84% | 0.95% | - |
| XYZ | 23.64 | 20.68 | 85.97 | - |
| YUV | 110.45 | 201.67 | 76.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 122 | 241 | 0.84 | 0.49 | 0 | 0.05 | 215.17 | 0.88 | 0.55 |
| Hex | 26 | 7A | F1 | 54 | 31 | 0 | 5 | D7 | 58 | 37 |
| Octal | 46 | 172 | 361 | 124 | 61 | 0 | 5 | 327 | 130 | 67 |
| Binary | 100110 | 1111010 | 11110001 | 1010100 | 110001 | 0 | 101 | 11010111 | 1011000 | 110111 |
Color Harmonies of #267AF1
Complementary color
Monochromatic Colors of #267AF1
Black with #267AF1
Text Example
Text Example
White with #267AF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #267AF1; }
p { color: rgb(38,122,241); }
H1.HeaderClassName
{
color: #267AF1;
}
.AnyTagClassName
{
color: #267AF1;
}
</style>
background-color css
<style>
a { background-color: #267AF1; }
a { background-color: rgb(38,122,241); }
div.DivClassName
{
background-color: #267AF1;
}
.BgClassName
{
background-color: #267AF1;
}
</style>
border-color css
<style>
span { border-color: #267AF1; }
span { border-color: rgb(38,122,241); }
td.TdClassName
{
border-color: #267AF1;
}
.TagClassName
{
border-color: #267AF1;
}
</style>