Shades of Dodger Blue #2382FF
Tints of Dodger Blue #2382FF
RGB
CMYK
RGB Variations
Color information
#2382FF (or 0x2382FF) is known color: Dodger Blue. HEX triplet: 23, 82 and FF. RGB value is (35,130,255). Sum of RGB (Red+Green+Blue) = 35+130+255=420 (55% of max value = 765). Red value is 35 (14.06% from 255 or 8.33% from 420); Green value is 130 (51.17% from 255 or 30.95% from 420); Blue value is 255 (100% from 255 or 60.71% from 420); Max value from RGB is 255 - color contains mainly: blue. Hex color #2382FF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2382FF is #DC7D00. Grayscale: #737373. Windows color (decimal): -14449921 or 16744995. OLE color: 16744995.
HSL color Cylindrical-coordinate representation of color #2382FF: hue angle of 214.09º 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 #2382FF is Cyan = 0.86, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 35 | 130 | 255 | - |
| CMYK | 0.86 | 0.49 | 0 | 0 |
| HSL | 214.09º | 1% | 0.57% | - |
| HSV(B) | 214.09º | 0.86% | 1% | - |
| XYZ | 26.73 | 23.54 | 97.74 | - |
| YUV | 115.85 | 206.53 | 70.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 130 | 255 | 0.86 | 0.49 | 0 | 0 | 214.09 | 1 | 0.57 |
| Hex | 23 | 82 | FF | 56 | 31 | 0 | 0 | D6 | 64 | 39 |
| Octal | 43 | 202 | 377 | 126 | 61 | 0 | 0 | 326 | 144 | 71 |
| Binary | 100011 | 10000010 | 11111111 | 1010110 | 110001 | 0 | 0 | 11010110 | 1100100 | 111001 |
Color Harmonies of #2382FF
Complementary color
Monochromatic Colors of #2382FF
Black with #2382FF
Text Example
Text Example
White with #2382FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2382FF; }
p { color: rgb(35,130,255); }
H1.HeaderClassName
{
color: #2382FF;
}
.AnyTagClassName
{
color: #2382FF;
}
</style>
background-color css
<style>
a { background-color: #2382FF; }
a { background-color: rgb(35,130,255); }
div.DivClassName
{
background-color: #2382FF;
}
.BgClassName
{
background-color: #2382FF;
}
</style>
border-color css
<style>
span { border-color: #2382FF; }
span { border-color: rgb(35,130,255); }
td.TdClassName
{
border-color: #2382FF;
}
.TagClassName
{
border-color: #2382FF;
}
</style>