Shades of Dodger Blue #2674FF
Tints of Dodger Blue #2674FF
RGB
CMYK
RGB Variations
Color information
#2674FF (or 0x2674FF) is known color: Dodger Blue. HEX triplet: 26, 74 and FF. RGB value is (38,116,255). Sum of RGB (Red+Green+Blue) = 38+116+255=409 (54% of max value = 765). Red value is 38 (15.23% from 255 or 9.29% from 409); Green value is 116 (45.70% from 255 or 28.36% from 409); Blue value is 255 (100% from 255 or 62.35% from 409); Max value from RGB is 255 - color contains mainly: blue. Hex color #2674FF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2674FF is #D98B00. Grayscale: #6B6B6B. Windows color (decimal): -14256897 or 16741414. OLE color: 16741414.
HSL color Cylindrical-coordinate representation of color #2674FF: hue angle of 218.43º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2674FF is Cyan = 0.85, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 38 | 116 | 255 | - |
| CMYK | 0.85 | 0.55 | 0 | 0 |
| HSL | 218.43º | 1% | 0.57% | - |
| HSV(B) | 218.43º | 0.85% | 1% | - |
| XYZ | 25.09 | 20.12 | 97.17 | - |
| YUV | 108.52 | 210.66 | 77.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 116 | 255 | 0.85 | 0.55 | 0 | 0 | 218.43 | 1 | 0.57 |
| Hex | 26 | 74 | FF | 55 | 37 | 0 | 0 | DA | 64 | 39 |
| Octal | 46 | 164 | 377 | 125 | 67 | 0 | 0 | 332 | 144 | 71 |
| Binary | 100110 | 1110100 | 11111111 | 1010101 | 110111 | 0 | 0 | 11011010 | 1100100 | 111001 |
Color Harmonies of #2674FF
Complementary color
Monochromatic Colors of #2674FF
Black with #2674FF
Text Example
Text Example
White with #2674FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2674FF; }
p { color: rgb(38,116,255); }
H1.HeaderClassName
{
color: #2674FF;
}
.AnyTagClassName
{
color: #2674FF;
}
</style>
background-color css
<style>
a { background-color: #2674FF; }
a { background-color: rgb(38,116,255); }
div.DivClassName
{
background-color: #2674FF;
}
.BgClassName
{
background-color: #2674FF;
}
</style>
border-color css
<style>
span { border-color: #2674FF; }
span { border-color: rgb(38,116,255); }
td.TdClassName
{
border-color: #2674FF;
}
.TagClassName
{
border-color: #2674FF;
}
</style>