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