Shades of Dodger Blue #4196FA
Tints of Dodger Blue #4196FA
RGB
CMYK
RGB Variations
Color information
#4196FA (or 0x4196FA) is known color: Dodger Blue. HEX triplet: 41, 96 and FA. RGB value is (65,150,250). Sum of RGB (Red+Green+Blue) = 65+150+250=465 (61% of max value = 765). Red value is 65 (25.78% from 255 or 13.98% from 465); Green value is 150 (58.98% from 255 or 32.26% from 465); Blue value is 250 (98.05% from 255 or 53.76% from 465); Max value from RGB is 250 - color contains mainly: blue. Hex color #4196FA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4196FA is #BE6905. Grayscale: #878787. Windows color (decimal): -12478726 or 16422465. OLE color: 16422465.
HSL color Cylindrical-coordinate representation of color #4196FA: hue angle of 212.43º degrees, saturation: 0.95, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #4196FA is Cyan = 0.74, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 65 | 150 | 250 | - |
| CMYK | 0.74 | 0.4 | 0 | 0.02 |
| HSL | 212.43º | 0.95% | 0.62% | - |
| HSV(B) | 212.43º | 0.74% | 0.98% | - |
| XYZ | 30.34 | 29.84 | 94.6 | - |
| YUV | 135.99 | 192.34 | 77.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 150 | 250 | 0.74 | 0.4 | 0 | 0.02 | 212.43 | 0.95 | 0.62 |
| Hex | 41 | 96 | FA | 4A | 28 | 0 | 2 | D4 | 5F | 3E |
| Octal | 101 | 226 | 372 | 112 | 50 | 0 | 2 | 324 | 137 | 76 |
| Binary | 1000001 | 10010110 | 11111010 | 1001010 | 101000 | 0 | 10 | 11010100 | 1011111 | 111110 |
Color Harmonies of #4196FA
Complementary color
Monochromatic Colors of #4196FA
Black with #4196FA
Text Example
Text Example
White with #4196FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4196FA; }
p { color: rgb(65,150,250); }
H1.HeaderClassName
{
color: #4196FA;
}
.AnyTagClassName
{
color: #4196FA;
}
</style>
background-color css
<style>
a { background-color: #4196FA; }
a { background-color: rgb(65,150,250); }
div.DivClassName
{
background-color: #4196FA;
}
.BgClassName
{
background-color: #4196FA;
}
</style>
border-color css
<style>
span { border-color: #4196FA; }
span { border-color: rgb(65,150,250); }
td.TdClassName
{
border-color: #4196FA;
}
.TagClassName
{
border-color: #4196FA;
}
</style>