Shades of Dodger Blue #2475FF
Tints of Dodger Blue #2475FF
RGB
CMYK
RGB Variations
Color information
#2475FF (or 0x2475FF) is known color: Dodger Blue. HEX triplet: 24, 75 and FF. RGB value is (36,117,255). Sum of RGB (Red+Green+Blue) = 36+117+255=408 (54% of max value = 765). Red value is 36 (14.45% from 255 or 8.82% from 408); Green value is 117 (46.09% from 255 or 28.68% from 408); Blue value is 255 (100% from 255 or 62.5% from 408); Max value from RGB is 255 - color contains mainly: blue. Hex color #2475FF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2475FF is #DB8A00. Grayscale: #6B6B6B. Windows color (decimal): -14387713 or 16741668. OLE color: 16741668.
HSL color Cylindrical-coordinate representation of color #2475FF: hue angle of 217.81º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2475FF is Cyan = 0.86, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 36 | 117 | 255 | - |
| CMYK | 0.86 | 0.54 | 0 | 0 |
| HSL | 217.81º | 1% | 0.57% | - |
| HSV(B) | 217.81º | 0.86% | 1% | - |
| XYZ | 25.14 | 20.32 | 97.2 | - |
| YUV | 108.51 | 210.66 | 76.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 117 | 255 | 0.86 | 0.54 | 0 | 0 | 217.81 | 1 | 0.57 |
| Hex | 24 | 75 | FF | 56 | 36 | 0 | 0 | DA | 64 | 39 |
| Octal | 44 | 165 | 377 | 126 | 66 | 0 | 0 | 332 | 144 | 71 |
| Binary | 100100 | 1110101 | 11111111 | 1010110 | 110110 | 0 | 0 | 11011010 | 1100100 | 111001 |
Color Harmonies of #2475FF
Complementary color
Monochromatic Colors of #2475FF
Black with #2475FF
Text Example
Text Example
White with #2475FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2475FF; }
p { color: rgb(36,117,255); }
H1.HeaderClassName
{
color: #2475FF;
}
.AnyTagClassName
{
color: #2475FF;
}
</style>
background-color css
<style>
a { background-color: #2475FF; }
a { background-color: rgb(36,117,255); }
div.DivClassName
{
background-color: #2475FF;
}
.BgClassName
{
background-color: #2475FF;
}
</style>
border-color css
<style>
span { border-color: #2475FF; }
span { border-color: rgb(36,117,255); }
td.TdClassName
{
border-color: #2475FF;
}
.TagClassName
{
border-color: #2475FF;
}
</style>