Shades of Dodger Blue #3698FC
Tints of Dodger Blue #3698FC
RGB
CMYK
RGB Variations
Color information
#3698FC (or 0x3698FC) is known color: Dodger Blue. HEX triplet: 36, 98 and FC. RGB value is (54,152,252). Sum of RGB (Red+Green+Blue) = 54+152+252=458 (60% of max value = 765). Red value is 54 (21.48% from 255 or 11.79% from 458); Green value is 152 (59.77% from 255 or 33.19% from 458); Blue value is 252 (98.83% from 255 or 55.02% from 458); Max value from RGB is 252 - color contains mainly: blue. Hex color #3698FC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3698FC is #C96703. Grayscale: #858585. Windows color (decimal): -13199108 or 16554038. OLE color: 16554038.
HSL color Cylindrical-coordinate representation of color #3698FC: hue angle of 210.3º degrees, saturation: 0.97, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3698FC is Cyan = 0.79, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 54 | 152 | 252 | - |
| CMYK | 0.79 | 0.40 | 0 | 0.01 |
| HSL | 210.3º | 0.97% | 0.6% | - |
| HSV(B) | 210.3º | 0.79% | 0.99% | - |
| XYZ | 30.32 | 30.27 | 96.34 | - |
| YUV | 134.1 | 194.53 | 70.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 152 | 252 | 0.79 | 0.40 | 0 | 0.01 | 210.3 | 0.97 | 0.6 |
| Hex | 36 | 98 | FC | 4F | 28 | 0 | 1 | D2 | 61 | 3C |
| Octal | 66 | 230 | 374 | 117 | 50 | 0 | 1 | 322 | 141 | 74 |
| Binary | 110110 | 10011000 | 11111100 | 1001111 | 101000 | 0 | 1 | 11010010 | 1100001 | 111100 |
Color Harmonies of #3698FC
Complementary color
Monochromatic Colors of #3698FC
Black with #3698FC
Text Example
Text Example
White with #3698FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3698FC; }
p { color: rgb(54,152,252); }
H1.HeaderClassName
{
color: #3698FC;
}
.AnyTagClassName
{
color: #3698FC;
}
</style>
background-color css
<style>
a { background-color: #3698FC; }
a { background-color: rgb(54,152,252); }
div.DivClassName
{
background-color: #3698FC;
}
.BgClassName
{
background-color: #3698FC;
}
</style>
border-color css
<style>
span { border-color: #3698FC; }
span { border-color: rgb(54,152,252); }
td.TdClassName
{
border-color: #3698FC;
}
.TagClassName
{
border-color: #3698FC;
}
</style>