Shades of Dodger Blue #4295FB
Tints of Dodger Blue #4295FB
RGB
CMYK
RGB Variations
Color information
#4295FB (or 0x4295FB) is known color: Dodger Blue. HEX triplet: 42, 95 and FB. RGB value is (66,149,251). Sum of RGB (Red+Green+Blue) = 66+149+251=466 (61% of max value = 765). Red value is 66 (26.17% from 255 or 14.16% from 466); Green value is 149 (58.59% from 255 or 31.97% from 466); Blue value is 251 (98.44% from 255 or 53.86% from 466); Max value from RGB is 251 - color contains mainly: blue. Hex color #4295FB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4295FB is #BD6A04. Grayscale: #878787. Windows color (decimal): -12413445 or 16487746. OLE color: 16487746.
HSL color Cylindrical-coordinate representation of color #4295FB: hue angle of 213.08º 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 #4295FB is Cyan = 0.74, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 66 | 149 | 251 | - |
| CMYK | 0.74 | 0.41 | 0 | 0.02 |
| HSL | 213.08º | 0.96% | 0.62% | - |
| HSV(B) | 213.08º | 0.74% | 0.98% | - |
| XYZ | 30.41 | 29.62 | 95.38 | - |
| YUV | 135.81 | 193 | 78.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 149 | 251 | 0.74 | 0.41 | 0 | 0.02 | 213.08 | 0.96 | 0.62 |
| Hex | 42 | 95 | FB | 4A | 29 | 0 | 2 | D5 | 60 | 3E |
| Octal | 102 | 225 | 373 | 112 | 51 | 0 | 2 | 325 | 140 | 76 |
| Binary | 1000010 | 10010101 | 11111011 | 1001010 | 101001 | 0 | 10 | 11010101 | 1100000 | 111110 |
Color Harmonies of #4295FB
Complementary color
Monochromatic Colors of #4295FB
Black with #4295FB
Text Example
Text Example
White with #4295FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4295FB; }
p { color: rgb(66,149,251); }
H1.HeaderClassName
{
color: #4295FB;
}
.AnyTagClassName
{
color: #4295FB;
}
</style>
background-color css
<style>
a { background-color: #4295FB; }
a { background-color: rgb(66,149,251); }
div.DivClassName
{
background-color: #4295FB;
}
.BgClassName
{
background-color: #4295FB;
}
</style>
border-color css
<style>
span { border-color: #4295FB; }
span { border-color: rgb(66,149,251); }
td.TdClassName
{
border-color: #4295FB;
}
.TagClassName
{
border-color: #4295FB;
}
</style>