Shades of Dodger Blue #3694FB
Tints of Dodger Blue #3694FB
RGB
CMYK
RGB Variations
Color information
#3694FB (or 0x3694FB) is known color: Dodger Blue. HEX triplet: 36, 94 and FB. RGB value is (54,148,251). Sum of RGB (Red+Green+Blue) = 54+148+251=453 (60% of max value = 765). Red value is 54 (21.48% from 255 or 11.92% from 453); Green value is 148 (58.20% from 255 or 32.67% from 453); Blue value is 251 (98.44% from 255 or 55.41% from 453); Max value from RGB is 251 - color contains mainly: blue. Hex color #3694FB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3694FB is #C96B04. Grayscale: #838383. Windows color (decimal): -13200133 or 16487478. OLE color: 16487478.
HSL color Cylindrical-coordinate representation of color #3694FB: hue angle of 211.37º degrees, saturation: 0.96, 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 #3694FB is Cyan = 0.78, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 54 | 148 | 251 | - |
| CMYK | 0.78 | 0.41 | 0 | 0.02 |
| HSL | 211.37º | 0.96% | 0.6% | - |
| HSV(B) | 211.37º | 0.78% | 0.98% | - |
| XYZ | 29.52 | 28.93 | 95.29 | - |
| YUV | 131.64 | 195.36 | 72.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 148 | 251 | 0.78 | 0.41 | 0 | 0.02 | 211.37 | 0.96 | 0.6 |
| Hex | 36 | 94 | FB | 4E | 29 | 0 | 2 | D3 | 60 | 3C |
| Octal | 66 | 224 | 373 | 116 | 51 | 0 | 2 | 323 | 140 | 74 |
| Binary | 110110 | 10010100 | 11111011 | 1001110 | 101001 | 0 | 10 | 11010011 | 1100000 | 111100 |
Color Harmonies of #3694FB
Complementary color
Monochromatic Colors of #3694FB
Black with #3694FB
Text Example
Text Example
White with #3694FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3694FB; }
p { color: rgb(54,148,251); }
H1.HeaderClassName
{
color: #3694FB;
}
.AnyTagClassName
{
color: #3694FB;
}
</style>
background-color css
<style>
a { background-color: #3694FB; }
a { background-color: rgb(54,148,251); }
div.DivClassName
{
background-color: #3694FB;
}
.BgClassName
{
background-color: #3694FB;
}
</style>
border-color css
<style>
span { border-color: #3694FB; }
span { border-color: rgb(54,148,251); }
td.TdClassName
{
border-color: #3694FB;
}
.TagClassName
{
border-color: #3694FB;
}
</style>