Shades of Dodger Blue #4197FA
Tints of Dodger Blue #4197FA
RGB
CMYK
RGB Variations
Color information
#4197FA (or 0x4197FA) is known color: Dodger Blue. HEX triplet: 41, 97 and FA. RGB value is (65,151,250). Sum of RGB (Red+Green+Blue) = 65+151+250=466 (61% of max value = 765). Red value is 65 (25.78% from 255 or 13.95% from 466); Green value is 151 (59.38% from 255 or 32.40% from 466); Blue value is 250 (98.05% from 255 or 53.65% from 466); Max value from RGB is 250 - color contains mainly: blue. Hex color #4197FA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4197FA is #BE6805. Grayscale: #888888. Windows color (decimal): -12478470 or 16422721. OLE color: 16422721.
HSL color Cylindrical-coordinate representation of color #4197FA: hue angle of 212.11º 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 #4197FA is Cyan = 0.74, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 65 | 151 | 250 | - |
| CMYK | 0.74 | 0.40 | 0 | 0.02 |
| HSL | 212.11º | 0.95% | 0.62% | - |
| HSV(B) | 212.11º | 0.74% | 0.98% | - |
| XYZ | 30.5 | 30.16 | 94.66 | - |
| YUV | 136.57 | 192.01 | 76.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 151 | 250 | 0.74 | 0.40 | 0 | 0.02 | 212.11 | 0.95 | 0.62 |
| Hex | 41 | 97 | FA | 4A | 28 | 0 | 2 | D4 | 5F | 3E |
| Octal | 101 | 227 | 372 | 112 | 50 | 0 | 2 | 324 | 137 | 76 |
| Binary | 1000001 | 10010111 | 11111010 | 1001010 | 101000 | 0 | 10 | 11010100 | 1011111 | 111110 |
Color Harmonies of #4197FA
Complementary color
Monochromatic Colors of #4197FA
Black with #4197FA
Text Example
Text Example
White with #4197FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4197FA; }
p { color: rgb(65,151,250); }
H1.HeaderClassName
{
color: #4197FA;
}
.AnyTagClassName
{
color: #4197FA;
}
</style>
background-color css
<style>
a { background-color: #4197FA; }
a { background-color: rgb(65,151,250); }
div.DivClassName
{
background-color: #4197FA;
}
.BgClassName
{
background-color: #4197FA;
}
</style>
border-color css
<style>
span { border-color: #4197FA; }
span { border-color: rgb(65,151,250); }
td.TdClassName
{
border-color: #4197FA;
}
.TagClassName
{
border-color: #4197FA;
}
</style>