Shades of Dodger Blue #2A7BFC
Tints of Dodger Blue #2A7BFC
RGB
CMYK
RGB Variations
Color information
#2A7BFC (or 0x2A7BFC) is known color: Dodger Blue. HEX triplet: 2A, 7B and FC. RGB value is (42,123,252). Sum of RGB (Red+Green+Blue) = 42+123+252=417 (55% of max value = 765). Red value is 42 (16.80% from 255 or 10.07% from 417); Green value is 123 (48.44% from 255 or 29.50% from 417); Blue value is 252 (98.83% from 255 or 60.43% from 417); Max value from RGB is 252 - color contains mainly: blue. Hex color #2A7BFC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2A7BFC is #D58403. Grayscale: #707070. Windows color (decimal): -13992964 or 16546602. OLE color: 16546602.
HSL color Cylindrical-coordinate representation of color #2A7BFC: hue angle of 216.86º degrees, saturation: 0.97, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2A7BFC is Cyan = 0.83, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 42 | 123 | 252 | - |
| CMYK | 0.83 | 0.51 | 0 | 0.01 |
| HSL | 216.86º | 0.97% | 0.58% | - |
| HSV(B) | 216.86º | 0.83% | 0.99% | - |
| XYZ | 25.61 | 21.69 | 94.93 | - |
| YUV | 113.49 | 206.16 | 77.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 123 | 252 | 0.83 | 0.51 | 0 | 0.01 | 216.86 | 0.97 | 0.58 |
| Hex | 2A | 7B | FC | 53 | 33 | 0 | 1 | D9 | 61 | 3A |
| Octal | 52 | 173 | 374 | 123 | 63 | 0 | 1 | 331 | 141 | 72 |
| Binary | 101010 | 1111011 | 11111100 | 1010011 | 110011 | 0 | 1 | 11011001 | 1100001 | 111010 |
Color Harmonies of #2A7BFC
Complementary color
Monochromatic Colors of #2A7BFC
Black with #2A7BFC
Text Example
Text Example
White with #2A7BFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A7BFC; }
p { color: rgb(42,123,252); }
H1.HeaderClassName
{
color: #2A7BFC;
}
.AnyTagClassName
{
color: #2A7BFC;
}
</style>
background-color css
<style>
a { background-color: #2A7BFC; }
a { background-color: rgb(42,123,252); }
div.DivClassName
{
background-color: #2A7BFC;
}
.BgClassName
{
background-color: #2A7BFC;
}
</style>
border-color css
<style>
span { border-color: #2A7BFC; }
span { border-color: rgb(42,123,252); }
td.TdClassName
{
border-color: #2A7BFC;
}
.TagClassName
{
border-color: #2A7BFC;
}
</style>