Shades of Dodger Blue #4193FA
Tints of Dodger Blue #4193FA
RGB
CMYK
RGB Variations
Color information
#4193FA (or 0x4193FA) is known color: Dodger Blue. HEX triplet: 41, 93 and FA. RGB value is (65,147,250). Sum of RGB (Red+Green+Blue) = 65+147+250=462 (61% of max value = 765). Red value is 65 (25.78% from 255 or 14.07% from 462); Green value is 147 (57.81% from 255 or 31.82% from 462); Blue value is 250 (98.05% from 255 or 54.11% from 462); Max value from RGB is 250 - color contains mainly: blue. Hex color #4193FA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4193FA is #BE6C05. Grayscale: #858585. Windows color (decimal): -12479494 or 16421697. OLE color: 16421697.
HSL color Cylindrical-coordinate representation of color #4193FA: hue angle of 213.41º 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 #4193FA is Cyan = 0.74, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 65 | 147 | 250 | - |
| CMYK | 0.74 | 0.41 | 0 | 0.02 |
| HSL | 213.41º | 0.95% | 0.62% | - |
| HSV(B) | 213.41º | 0.74% | 0.98% | - |
| XYZ | 29.87 | 28.89 | 94.45 | - |
| YUV | 134.22 | 193.33 | 78.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 147 | 250 | 0.74 | 0.41 | 0 | 0.02 | 213.41 | 0.95 | 0.62 |
| Hex | 41 | 93 | FA | 4A | 29 | 0 | 2 | D5 | 5F | 3E |
| Octal | 101 | 223 | 372 | 112 | 51 | 0 | 2 | 325 | 137 | 76 |
| Binary | 1000001 | 10010011 | 11111010 | 1001010 | 101001 | 0 | 10 | 11010101 | 1011111 | 111110 |
Color Harmonies of #4193FA
Complementary color
Monochromatic Colors of #4193FA
Black with #4193FA
Text Example
Text Example
White with #4193FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4193FA; }
p { color: rgb(65,147,250); }
H1.HeaderClassName
{
color: #4193FA;
}
.AnyTagClassName
{
color: #4193FA;
}
</style>
background-color css
<style>
a { background-color: #4193FA; }
a { background-color: rgb(65,147,250); }
div.DivClassName
{
background-color: #4193FA;
}
.BgClassName
{
background-color: #4193FA;
}
</style>
border-color css
<style>
span { border-color: #4193FA; }
span { border-color: rgb(65,147,250); }
td.TdClassName
{
border-color: #4193FA;
}
.TagClassName
{
border-color: #4193FA;
}
</style>