Shades of Dodger Blue #3594FE
Tints of Dodger Blue #3594FE
RGB
CMYK
RGB Variations
Color information
#3594FE (or 0x3594FE) is known color: Dodger Blue. HEX triplet: 35, 94 and FE. RGB value is (53,148,254). Sum of RGB (Red+Green+Blue) = 53+148+254=455 (60% of max value = 765). Red value is 53 (21.09% from 255 or 11.65% from 455); Green value is 148 (58.20% from 255 or 32.53% from 455); Blue value is 254 (99.61% from 255 or 55.82% from 455); Max value from RGB is 254 - color contains mainly: blue. Hex color #3594FE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3594FE is #CA6B01. Grayscale: #838383. Windows color (decimal): -13265666 or 16684085. OLE color: 16684085.
HSL color Cylindrical-coordinate representation of color #3594FE: hue angle of 211.64º degrees, saturation: 0.99, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3594FE is Cyan = 0.79, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 53 | 148 | 254 | - |
| CMYK | 0.79 | 0.42 | 0 | 0.00 |
| HSL | 211.64º | 0.99% | 0.6% | - |
| HSV(B) | 211.64º | 0.79% | 1% | - |
| XYZ | 29.95 | 29.09 | 97.8 | - |
| YUV | 131.68 | 197.03 | 71.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 148 | 254 | 0.79 | 0.42 | 0 | 0.00 | 211.64 | 0.99 | 0.6 |
| Hex | 35 | 94 | FE | 4F | 2A | 0 | 0 | D4 | 63 | 3C |
| Octal | 65 | 224 | 376 | 117 | 52 | 0 | 0 | 324 | 143 | 74 |
| Binary | 110101 | 10010100 | 11111110 | 1001111 | 101010 | 0 | 0 | 11010100 | 1100011 | 111100 |
Color Harmonies of #3594FE
Complementary color
Monochromatic Colors of #3594FE
Black with #3594FE
Text Example
Text Example
White with #3594FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3594FE; }
p { color: rgb(53,148,254); }
H1.HeaderClassName
{
color: #3594FE;
}
.AnyTagClassName
{
color: #3594FE;
}
</style>
background-color css
<style>
a { background-color: #3594FE; }
a { background-color: rgb(53,148,254); }
div.DivClassName
{
background-color: #3594FE;
}
.BgClassName
{
background-color: #3594FE;
}
</style>
border-color css
<style>
span { border-color: #3594FE; }
span { border-color: rgb(53,148,254); }
td.TdClassName
{
border-color: #3594FE;
}
.TagClassName
{
border-color: #3594FE;
}
</style>