Shades of Dodger Blue #2382FE
Tints of Dodger Blue #2382FE
RGB
CMYK
RGB Variations
Color information
#2382FE (or 0x2382FE) is known color: Dodger Blue. HEX triplet: 23, 82 and FE. RGB value is (35,130,254). Sum of RGB (Red+Green+Blue) = 35+130+254=419 (55% of max value = 765). Red value is 35 (14.06% from 255 or 8.35% from 419); Green value is 130 (51.17% from 255 or 31.03% from 419); Blue value is 254 (99.61% from 255 or 60.62% from 419); Max value from RGB is 254 - color contains mainly: blue. Hex color #2382FE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2382FE is #DC7D01. Grayscale: #737373. Windows color (decimal): -14449922 or 16679459. OLE color: 16679459.
HSL color Cylindrical-coordinate representation of color #2382FE: hue angle of 213.97º degrees, saturation: 0.99, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2382FE is Cyan = 0.86, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 35 | 130 | 254 | - |
| CMYK | 0.86 | 0.49 | 0 | 0.00 |
| HSL | 213.97º | 0.99% | 0.57% | - |
| HSV(B) | 213.97º | 0.86% | 1% | - |
| XYZ | 26.57 | 23.48 | 96.9 | - |
| YUV | 115.73 | 206.03 | 70.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 130 | 254 | 0.86 | 0.49 | 0 | 0.00 | 213.97 | 0.99 | 0.57 |
| Hex | 23 | 82 | FE | 56 | 31 | 0 | 0 | D6 | 63 | 39 |
| Octal | 43 | 202 | 376 | 126 | 61 | 0 | 0 | 326 | 143 | 71 |
| Binary | 100011 | 10000010 | 11111110 | 1010110 | 110001 | 0 | 0 | 11010110 | 1100011 | 111001 |
Color Harmonies of #2382FE
Complementary color
Monochromatic Colors of #2382FE
Black with #2382FE
Text Example
Text Example
White with #2382FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2382FE; }
p { color: rgb(35,130,254); }
H1.HeaderClassName
{
color: #2382FE;
}
.AnyTagClassName
{
color: #2382FE;
}
</style>
background-color css
<style>
a { background-color: #2382FE; }
a { background-color: rgb(35,130,254); }
div.DivClassName
{
background-color: #2382FE;
}
.BgClassName
{
background-color: #2382FE;
}
</style>
border-color css
<style>
span { border-color: #2382FE; }
span { border-color: rgb(35,130,254); }
td.TdClassName
{
border-color: #2382FE;
}
.TagClassName
{
border-color: #2382FE;
}
</style>