Shades of Dodger Blue #2384FE
Tints of Dodger Blue #2384FE
RGB
CMYK
RGB Variations
Color information
#2384FE (or 0x2384FE) is known color: Dodger Blue. HEX triplet: 23, 84 and FE. RGB value is (35,132,254). Sum of RGB (Red+Green+Blue) = 35+132+254=421 (55% of max value = 765). Red value is 35 (14.06% from 255 or 8.31% from 421); Green value is 132 (51.95% from 255 or 31.35% from 421); Blue value is 254 (99.61% from 255 or 60.33% from 421); Max value from RGB is 254 - color contains mainly: blue. Hex color #2384FE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2384FE is #DC7B01. Grayscale: #747474. Windows color (decimal): -14449410 or 16679971. OLE color: 16679971.
HSL color Cylindrical-coordinate representation of color #2384FE: hue angle of 213.42º 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 #2384FE is Cyan = 0.86, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 35 | 132 | 254 | - |
| CMYK | 0.86 | 0.48 | 0 | 0.00 |
| HSL | 213.42º | 0.99% | 0.57% | - |
| HSV(B) | 213.42º | 0.86% | 1% | - |
| XYZ | 26.83 | 24.02 | 96.99 | - |
| YUV | 116.91 | 205.36 | 69.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 132 | 254 | 0.86 | 0.48 | 0 | 0.00 | 213.42 | 0.99 | 0.57 |
| Hex | 23 | 84 | FE | 56 | 30 | 0 | 0 | D5 | 63 | 39 |
| Octal | 43 | 204 | 376 | 126 | 60 | 0 | 0 | 325 | 143 | 71 |
| Binary | 100011 | 10000100 | 11111110 | 1010110 | 110000 | 0 | 0 | 11010101 | 1100011 | 111001 |
Color Harmonies of #2384FE
Complementary color
Monochromatic Colors of #2384FE
Black with #2384FE
Text Example
Text Example
White with #2384FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2384FE; }
p { color: rgb(35,132,254); }
H1.HeaderClassName
{
color: #2384FE;
}
.AnyTagClassName
{
color: #2384FE;
}
</style>
background-color css
<style>
a { background-color: #2384FE; }
a { background-color: rgb(35,132,254); }
div.DivClassName
{
background-color: #2384FE;
}
.BgClassName
{
background-color: #2384FE;
}
</style>
border-color css
<style>
span { border-color: #2384FE; }
span { border-color: rgb(35,132,254); }
td.TdClassName
{
border-color: #2384FE;
}
.TagClassName
{
border-color: #2384FE;
}
</style>