Shades of Dodger Blue #2485F2
Tints of Dodger Blue #2485F2
RGB
CMYK
RGB Variations
Color information
#2485F2 (or 0x2485F2) is known color: Dodger Blue. HEX triplet: 24, 85 and F2. RGB value is (36,133,242). Sum of RGB (Red+Green+Blue) = 36+133+242=411 (54% of max value = 765). Red value is 36 (14.45% from 255 or 8.76% from 411); Green value is 133 (52.34% from 255 or 32.36% from 411); Blue value is 242 (94.92% from 255 or 58.88% from 411); Max value from RGB is 242 - color contains mainly: blue. Hex color #2485F2 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2485F2 is #DB7A0D. Grayscale: #737373. Windows color (decimal): -14383630 or 15893796. OLE color: 15893796.
HSL color Cylindrical-coordinate representation of color #2485F2: hue angle of 211.75º degrees, saturation: 0.89, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2485F2 is Cyan = 0.85, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 36 | 133 | 242 | - |
| CMYK | 0.85 | 0.45 | 0 | 0.05 |
| HSL | 211.75º | 0.89% | 0.55% | - |
| HSV(B) | 211.75º | 0.85% | 0.95% | - |
| XYZ | 25.14 | 23.56 | 87.23 | - |
| YUV | 116.42 | 198.86 | 70.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 133 | 242 | 0.85 | 0.45 | 0 | 0.05 | 211.75 | 0.89 | 0.55 |
| Hex | 24 | 85 | F2 | 55 | 2D | 0 | 5 | D4 | 59 | 37 |
| Octal | 44 | 205 | 362 | 125 | 55 | 0 | 5 | 324 | 131 | 67 |
| Binary | 100100 | 10000101 | 11110010 | 1010101 | 101101 | 0 | 101 | 11010100 | 1011001 | 110111 |
Color Harmonies of #2485F2
Complementary color
Monochromatic Colors of #2485F2
Black with #2485F2
Text Example
Text Example
White with #2485F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2485F2; }
p { color: rgb(36,133,242); }
H1.HeaderClassName
{
color: #2485F2;
}
.AnyTagClassName
{
color: #2485F2;
}
</style>
background-color css
<style>
a { background-color: #2485F2; }
a { background-color: rgb(36,133,242); }
div.DivClassName
{
background-color: #2485F2;
}
.BgClassName
{
background-color: #2485F2;
}
</style>
border-color css
<style>
span { border-color: #2485F2; }
span { border-color: rgb(36,133,242); }
td.TdClassName
{
border-color: #2485F2;
}
.TagClassName
{
border-color: #2485F2;
}
</style>