Shades of Dodger Blue #419CFA
Tints of Dodger Blue #419CFA
RGB
CMYK
RGB Variations
Color information
#419CFA (or 0x419CFA) is known color: Dodger Blue. HEX triplet: 41, 9C and FA. RGB value is (65,156,250). Sum of RGB (Red+Green+Blue) = 65+156+250=471 (62% of max value = 765). Red value is 65 (25.78% from 255 or 13.80% from 471); Green value is 156 (61.33% from 255 or 33.12% from 471); Blue value is 250 (98.05% from 255 or 53.08% from 471); Max value from RGB is 250 - color contains mainly: blue. Hex color #419CFA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #419CFA is #BE6305. Grayscale: #8B8B8B. Windows color (decimal): -12477190 or 16424001. OLE color: 16424001.
HSL color Cylindrical-coordinate representation of color #419CFA: hue angle of 210.49º 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 #419CFA is Cyan = 0.74, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 65 | 156 | 250 | - |
| CMYK | 0.74 | 0.38 | 0 | 0.02 |
| HSL | 210.49º | 0.95% | 0.62% | - |
| HSV(B) | 210.49º | 0.74% | 0.98% | - |
| XYZ | 31.32 | 31.8 | 94.93 | - |
| YUV | 139.51 | 190.35 | 74.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 156 | 250 | 0.74 | 0.38 | 0 | 0.02 | 210.49 | 0.95 | 0.62 |
| Hex | 41 | 9C | FA | 4A | 26 | 0 | 2 | D2 | 5F | 3E |
| Octal | 101 | 234 | 372 | 112 | 46 | 0 | 2 | 322 | 137 | 76 |
| Binary | 1000001 | 10011100 | 11111010 | 1001010 | 100110 | 0 | 10 | 11010010 | 1011111 | 111110 |
Color Harmonies of #419CFA
Complementary color
Monochromatic Colors of #419CFA
Black with #419CFA
Text Example
Text Example
White with #419CFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #419CFA; }
p { color: rgb(65,156,250); }
H1.HeaderClassName
{
color: #419CFA;
}
.AnyTagClassName
{
color: #419CFA;
}
</style>
background-color css
<style>
a { background-color: #419CFA; }
a { background-color: rgb(65,156,250); }
div.DivClassName
{
background-color: #419CFA;
}
.BgClassName
{
background-color: #419CFA;
}
</style>
border-color css
<style>
span { border-color: #419CFA; }
span { border-color: rgb(65,156,250); }
td.TdClassName
{
border-color: #419CFA;
}
.TagClassName
{
border-color: #419CFA;
}
</style>