Shades of Dodger Blue #2394FE
Tints of Dodger Blue #2394FE
RGB
CMYK
RGB Variations
Color information
#2394FE (or 0x2394FE) is known color: Dodger Blue. HEX triplet: 23, 94 and FE. RGB value is (35,148,254). Sum of RGB (Red+Green+Blue) = 35+148+254=437 (57% of max value = 765). Red value is 35 (14.06% from 255 or 8.01% from 437); Green value is 148 (58.20% from 255 or 33.87% from 437); Blue value is 254 (99.61% from 255 or 58.12% from 437); Max value from RGB is 254 - color contains mainly: blue. Hex color #2394FE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2394FE is #DC6B01. Grayscale: #7D7D7D. Windows color (decimal): -14445314 or 16684067. OLE color: 16684067.
HSL color Cylindrical-coordinate representation of color #2394FE: hue angle of 209.04º 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 #2394FE is Cyan = 0.86, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 35 | 148 | 254 | - |
| CMYK | 0.86 | 0.42 | 0 | 0.00 |
| HSL | 209.04º | 0.99% | 0.57% | - |
| HSV(B) | 209.04º | 0.86% | 1% | - |
| XYZ | 29.17 | 28.69 | 97.77 | - |
| YUV | 126.3 | 200.06 | 62.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 148 | 254 | 0.86 | 0.42 | 0 | 0.00 | 209.04 | 0.99 | 0.57 |
| Hex | 23 | 94 | FE | 56 | 2A | 0 | 0 | D1 | 63 | 39 |
| Octal | 43 | 224 | 376 | 126 | 52 | 0 | 0 | 321 | 143 | 71 |
| Binary | 100011 | 10010100 | 11111110 | 1010110 | 101010 | 0 | 0 | 11010001 | 1100011 | 111001 |
Color Harmonies of #2394FE
Complementary color
Monochromatic Colors of #2394FE
Black with #2394FE
Text Example
Text Example
White with #2394FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2394FE; }
p { color: rgb(35,148,254); }
H1.HeaderClassName
{
color: #2394FE;
}
.AnyTagClassName
{
color: #2394FE;
}
</style>
background-color css
<style>
a { background-color: #2394FE; }
a { background-color: rgb(35,148,254); }
div.DivClassName
{
background-color: #2394FE;
}
.BgClassName
{
background-color: #2394FE;
}
</style>
border-color css
<style>
span { border-color: #2394FE; }
span { border-color: rgb(35,148,254); }
td.TdClassName
{
border-color: #2394FE;
}
.TagClassName
{
border-color: #2394FE;
}
</style>