Shades of Dodger Blue #2381FE
Tints of Dodger Blue #2381FE
RGB
CMYK
RGB Variations
Color information
#2381FE (or 0x2381FE) is known color: Dodger Blue. HEX triplet: 23, 81 and FE. RGB value is (35,129,254). Sum of RGB (Red+Green+Blue) = 35+129+254=418 (55% of max value = 765). Red value is 35 (14.06% from 255 or 8.37% from 418); Green value is 129 (50.78% from 255 or 30.86% from 418); Blue value is 254 (99.61% from 255 or 60.77% from 418); Max value from RGB is 254 - color contains mainly: blue. Hex color #2381FE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2381FE is #DC7E01. Grayscale: #727272. Windows color (decimal): -14450178 or 16679203. OLE color: 16679203.
HSL color Cylindrical-coordinate representation of color #2381FE: hue angle of 214.25º 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 #2381FE is Cyan = 0.86, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 35 | 129 | 254 | - |
| CMYK | 0.86 | 0.49 | 0 | 0.00 |
| HSL | 214.25º | 0.99% | 0.57% | - |
| HSV(B) | 214.25º | 0.86% | 1% | - |
| XYZ | 26.43 | 23.21 | 96.85 | - |
| YUV | 115.14 | 206.36 | 70.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 129 | 254 | 0.86 | 0.49 | 0 | 0.00 | 214.25 | 0.99 | 0.57 |
| Hex | 23 | 81 | FE | 56 | 31 | 0 | 0 | D6 | 63 | 39 |
| Octal | 43 | 201 | 376 | 126 | 61 | 0 | 0 | 326 | 143 | 71 |
| Binary | 100011 | 10000001 | 11111110 | 1010110 | 110001 | 0 | 0 | 11010110 | 1100011 | 111001 |
Color Harmonies of #2381FE
Complementary color
Monochromatic Colors of #2381FE
Black with #2381FE
Text Example
Text Example
White with #2381FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2381FE; }
p { color: rgb(35,129,254); }
H1.HeaderClassName
{
color: #2381FE;
}
.AnyTagClassName
{
color: #2381FE;
}
</style>
background-color css
<style>
a { background-color: #2381FE; }
a { background-color: rgb(35,129,254); }
div.DivClassName
{
background-color: #2381FE;
}
.BgClassName
{
background-color: #2381FE;
}
</style>
border-color css
<style>
span { border-color: #2381FE; }
span { border-color: rgb(35,129,254); }
td.TdClassName
{
border-color: #2381FE;
}
.TagClassName
{
border-color: #2381FE;
}
</style>