Shades of Dodger Blue #4097FA
Tints of Dodger Blue #4097FA
RGB
CMYK
RGB Variations
Color information
#4097FA (or 0x4097FA) is known color: Dodger Blue. HEX triplet: 40, 97 and FA. RGB value is (64,151,250). Sum of RGB (Red+Green+Blue) = 64+151+250=465 (61% of max value = 765). Red value is 64 (25.39% from 255 or 13.76% from 465); Green value is 151 (59.38% from 255 or 32.47% 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 #4097FA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4097FA is #BF6805. Grayscale: #878787. Windows color (decimal): -12544006 or 16422720. OLE color: 16422720.
HSL color Cylindrical-coordinate representation of color #4097FA: hue angle of 211.94º 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 #4097FA is Cyan = 0.74, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 64 | 151 | 250 | - |
| CMYK | 0.74 | 0.40 | 0 | 0.02 |
| HSL | 211.94º | 0.95% | 0.62% | - |
| HSV(B) | 211.94º | 0.74% | 0.98% | - |
| XYZ | 30.44 | 30.13 | 94.65 | - |
| YUV | 136.27 | 192.18 | 76.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 151 | 250 | 0.74 | 0.40 | 0 | 0.02 | 211.94 | 0.95 | 0.62 |
| Hex | 40 | 97 | FA | 4A | 28 | 0 | 2 | D4 | 5F | 3E |
| Octal | 100 | 227 | 372 | 112 | 50 | 0 | 2 | 324 | 137 | 76 |
| Binary | 1000000 | 10010111 | 11111010 | 1001010 | 101000 | 0 | 10 | 11010100 | 1011111 | 111110 |
Color Harmonies of #4097FA
Complementary color
Monochromatic Colors of #4097FA
Black with #4097FA
Text Example
Text Example
White with #4097FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4097FA; }
p { color: rgb(64,151,250); }
H1.HeaderClassName
{
color: #4097FA;
}
.AnyTagClassName
{
color: #4097FA;
}
</style>
background-color css
<style>
a { background-color: #4097FA; }
a { background-color: rgb(64,151,250); }
div.DivClassName
{
background-color: #4097FA;
}
.BgClassName
{
background-color: #4097FA;
}
</style>
border-color css
<style>
span { border-color: #4097FA; }
span { border-color: rgb(64,151,250); }
td.TdClassName
{
border-color: #4097FA;
}
.TagClassName
{
border-color: #4097FA;
}
</style>