Shades of Dodger Blue #3698FA
Tints of Dodger Blue #3698FA
RGB
CMYK
RGB Variations
Color information
#3698FA (or 0x3698FA) is known color: Dodger Blue. HEX triplet: 36, 98 and FA. RGB value is (54,152,250). Sum of RGB (Red+Green+Blue) = 54+152+250=456 (60% of max value = 765). Red value is 54 (21.48% from 255 or 11.84% from 456); Green value is 152 (59.77% from 255 or 33.33% from 456); Blue value is 250 (98.05% from 255 or 54.82% from 456); Max value from RGB is 250 - color contains mainly: blue. Hex color #3698FA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3698FA is #C96705. Grayscale: #858585. Windows color (decimal): -13199110 or 16422966. OLE color: 16422966.
HSL color Cylindrical-coordinate representation of color #3698FA: hue angle of 210º degrees, saturation: 0.95, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3698FA is Cyan = 0.78, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 54 | 152 | 250 | - |
| CMYK | 0.78 | 0.39 | 0 | 0.02 |
| HSL | 210º | 0.95% | 0.6% | - |
| HSV(B) | 210º | 0.78% | 0.98% | - |
| XYZ | 30 | 30.14 | 94.68 | - |
| YUV | 133.87 | 193.53 | 71.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 152 | 250 | 0.78 | 0.39 | 0 | 0.02 | 210 | 0.95 | 0.6 |
| Hex | 36 | 98 | FA | 4E | 27 | 0 | 2 | D2 | 5F | 3C |
| Octal | 66 | 230 | 372 | 116 | 47 | 0 | 2 | 322 | 137 | 74 |
| Binary | 110110 | 10011000 | 11111010 | 1001110 | 100111 | 0 | 10 | 11010010 | 1011111 | 111100 |
Color Harmonies of #3698FA
Complementary color
Monochromatic Colors of #3698FA
Black with #3698FA
Text Example
Text Example
White with #3698FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3698FA; }
p { color: rgb(54,152,250); }
H1.HeaderClassName
{
color: #3698FA;
}
.AnyTagClassName
{
color: #3698FA;
}
</style>
background-color css
<style>
a { background-color: #3698FA; }
a { background-color: rgb(54,152,250); }
div.DivClassName
{
background-color: #3698FA;
}
.BgClassName
{
background-color: #3698FA;
}
</style>
border-color css
<style>
span { border-color: #3698FA; }
span { border-color: rgb(54,152,250); }
td.TdClassName
{
border-color: #3698FA;
}
.TagClassName
{
border-color: #3698FA;
}
</style>