Shades of Dodger Blue #2395FE
Tints of Dodger Blue #2395FE
RGB
CMYK
RGB Variations
Color information
#2395FE (or 0x2395FE) is known color: Dodger Blue. HEX triplet: 23, 95 and FE. RGB value is (35,149,254). Sum of RGB (Red+Green+Blue) = 35+149+254=438 (58% of max value = 765). Red value is 35 (14.06% from 255 or 7.99% from 438); Green value is 149 (58.59% from 255 or 34.02% from 438); Blue value is 254 (99.61% from 255 or 57.99% from 438); Max value from RGB is 254 - color contains mainly: blue. Hex color #2395FE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2395FE is #DC6A01. Grayscale: #7E7E7E. Windows color (decimal): -14445058 or 16684323. OLE color: 16684323.
HSL color Cylindrical-coordinate representation of color #2395FE: hue angle of 208.77º 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 #2395FE is Cyan = 0.86, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 35 | 149 | 254 | - |
| CMYK | 0.86 | 0.41 | 0 | 0.00 |
| HSL | 208.77º | 0.99% | 0.57% | - |
| HSV(B) | 208.77º | 0.86% | 1% | - |
| XYZ | 29.33 | 29.01 | 97.82 | - |
| YUV | 126.88 | 199.73 | 62.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 149 | 254 | 0.86 | 0.41 | 0 | 0.00 | 208.77 | 0.99 | 0.57 |
| Hex | 23 | 95 | FE | 56 | 29 | 0 | 0 | D1 | 63 | 39 |
| Octal | 43 | 225 | 376 | 126 | 51 | 0 | 0 | 321 | 143 | 71 |
| Binary | 100011 | 10010101 | 11111110 | 1010110 | 101001 | 0 | 0 | 11010001 | 1100011 | 111001 |
Color Harmonies of #2395FE
Complementary color
Monochromatic Colors of #2395FE
Black with #2395FE
Text Example
Text Example
White with #2395FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2395FE; }
p { color: rgb(35,149,254); }
H1.HeaderClassName
{
color: #2395FE;
}
.AnyTagClassName
{
color: #2395FE;
}
</style>
background-color css
<style>
a { background-color: #2395FE; }
a { background-color: rgb(35,149,254); }
div.DivClassName
{
background-color: #2395FE;
}
.BgClassName
{
background-color: #2395FE;
}
</style>
border-color css
<style>
span { border-color: #2395FE; }
span { border-color: rgb(35,149,254); }
td.TdClassName
{
border-color: #2395FE;
}
.TagClassName
{
border-color: #2395FE;
}
</style>