Shades of Dodger Blue #4297FB
Tints of Dodger Blue #4297FB
RGB
CMYK
RGB Variations
Color information
#4297FB (or 0x4297FB) is known color: Dodger Blue. HEX triplet: 42, 97 and FB. RGB value is (66,151,251). Sum of RGB (Red+Green+Blue) = 66+151+251=468 (61% of max value = 765). Red value is 66 (26.17% from 255 or 14.10% from 468); Green value is 151 (59.38% from 255 or 32.26% from 468); Blue value is 251 (98.44% from 255 or 53.63% from 468); Max value from RGB is 251 - color contains mainly: blue. Hex color #4297FB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4297FB is #BD6804. Grayscale: #888888. Windows color (decimal): -12412933 or 16488258. OLE color: 16488258.
HSL color Cylindrical-coordinate representation of color #4297FB: hue angle of 212.43º degrees, saturation: 0.96, 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 #4297FB is Cyan = 0.74, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 66 | 151 | 251 | - |
| CMYK | 0.74 | 0.40 | 0 | 0.02 |
| HSL | 212.43º | 0.96% | 0.62% | - |
| HSV(B) | 212.43º | 0.74% | 0.98% | - |
| XYZ | 30.73 | 30.26 | 95.49 | - |
| YUV | 136.99 | 192.34 | 77.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 151 | 251 | 0.74 | 0.40 | 0 | 0.02 | 212.43 | 0.96 | 0.62 |
| Hex | 42 | 97 | FB | 4A | 28 | 0 | 2 | D4 | 60 | 3E |
| Octal | 102 | 227 | 373 | 112 | 50 | 0 | 2 | 324 | 140 | 76 |
| Binary | 1000010 | 10010111 | 11111011 | 1001010 | 101000 | 0 | 10 | 11010100 | 1100000 | 111110 |
Color Harmonies of #4297FB
Complementary color
Monochromatic Colors of #4297FB
Black with #4297FB
Text Example
Text Example
White with #4297FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4297FB; }
p { color: rgb(66,151,251); }
H1.HeaderClassName
{
color: #4297FB;
}
.AnyTagClassName
{
color: #4297FB;
}
</style>
background-color css
<style>
a { background-color: #4297FB; }
a { background-color: rgb(66,151,251); }
div.DivClassName
{
background-color: #4297FB;
}
.BgClassName
{
background-color: #4297FB;
}
</style>
border-color css
<style>
span { border-color: #4297FB; }
span { border-color: rgb(66,151,251); }
td.TdClassName
{
border-color: #4297FB;
}
.TagClassName
{
border-color: #4297FB;
}
</style>