Shades of Dodger Blue #3698FE
Tints of Dodger Blue #3698FE
RGB
CMYK
RGB Variations
Color information
#3698FE (or 0x3698FE) is known color: Dodger Blue. HEX triplet: 36, 98 and FE. RGB value is (54,152,254). Sum of RGB (Red+Green+Blue) = 54+152+254=460 (60% of max value = 765). Red value is 54 (21.48% from 255 or 11.74% from 460); Green value is 152 (59.77% from 255 or 33.04% from 460); Blue value is 254 (99.61% from 255 or 55.22% from 460); Max value from RGB is 254 - color contains mainly: blue. Hex color #3698FE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3698FE is #C96701. Grayscale: #858585. Windows color (decimal): -13199106 or 16685110. OLE color: 16685110.
HSL color Cylindrical-coordinate representation of color #3698FE: hue angle of 210.6º 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 #3698FE is Cyan = 0.79, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 54 | 152 | 254 | - |
| CMYK | 0.79 | 0.40 | 0 | 0.00 |
| HSL | 210.6º | 0.99% | 0.6% | - |
| HSV(B) | 210.6º | 0.79% | 1% | - |
| XYZ | 30.64 | 30.4 | 98.02 | - |
| YUV | 134.33 | 195.53 | 70.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 152 | 254 | 0.79 | 0.40 | 0 | 0.00 | 210.6 | 0.99 | 0.6 |
| Hex | 36 | 98 | FE | 4F | 28 | 0 | 0 | D3 | 63 | 3C |
| Octal | 66 | 230 | 376 | 117 | 50 | 0 | 0 | 323 | 143 | 74 |
| Binary | 110110 | 10011000 | 11111110 | 1001111 | 101000 | 0 | 0 | 11010011 | 1100011 | 111100 |
Color Harmonies of #3698FE
Complementary color
Monochromatic Colors of #3698FE
Black with #3698FE
Text Example
Text Example
White with #3698FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3698FE; }
p { color: rgb(54,152,254); }
H1.HeaderClassName
{
color: #3698FE;
}
.AnyTagClassName
{
color: #3698FE;
}
</style>
background-color css
<style>
a { background-color: #3698FE; }
a { background-color: rgb(54,152,254); }
div.DivClassName
{
background-color: #3698FE;
}
.BgClassName
{
background-color: #3698FE;
}
</style>
border-color css
<style>
span { border-color: #3698FE; }
span { border-color: rgb(54,152,254); }
td.TdClassName
{
border-color: #3698FE;
}
.TagClassName
{
border-color: #3698FE;
}
</style>