Shades of Dodger Blue #34A8FD
Tints of Dodger Blue #34A8FD
RGB
CMYK
RGB Variations
Color information
#34A8FD (or 0x34A8FD) is known color: Dodger Blue. HEX triplet: 34, A8 and FD. RGB value is (52,168,253). Sum of RGB (Red+Green+Blue) = 52+168+253=473 (62% of max value = 765). Red value is 52 (20.70% from 255 or 10.99% from 473); Green value is 168 (66.02% from 255 or 35.52% from 473); Blue value is 253 (99.22% from 255 or 53.49% from 473); Max value from RGB is 253 - color contains mainly: blue. Hex color #34A8FD is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #34A8FD is #CB5702. Grayscale: #8E8E8E. Windows color (decimal): -13326083 or 16623668. OLE color: 16623668.
HSL color Cylindrical-coordinate representation of color #34A8FD: hue angle of 205.37º degrees, saturation: 0.98, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #34A8FD is Cyan = 0.79, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 52 | 168 | 253 | - |
| CMYK | 0.79 | 0.34 | 0 | 0.01 |
| HSL | 205.37º | 0.98% | 0.6% | - |
| HSV(B) | 205.37º | 0.79% | 0.99% | - |
| XYZ | 33.15 | 35.83 | 98.1 | - |
| YUV | 143.01 | 190.07 | 63.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 168 | 253 | 0.79 | 0.34 | 0 | 0.01 | 205.37 | 0.98 | 0.6 |
| Hex | 34 | A8 | FD | 4F | 22 | 0 | 1 | CD | 62 | 3C |
| Octal | 64 | 250 | 375 | 117 | 42 | 0 | 1 | 315 | 142 | 74 |
| Binary | 110100 | 10101000 | 11111101 | 1001111 | 100010 | 0 | 1 | 11001101 | 1100010 | 111100 |
Color Harmonies of #34A8FD
Complementary color
Monochromatic Colors of #34A8FD
Black with #34A8FD
Text Example
Text Example
White with #34A8FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34A8FD; }
p { color: rgb(52,168,253); }
H1.HeaderClassName
{
color: #34A8FD;
}
.AnyTagClassName
{
color: #34A8FD;
}
</style>
background-color css
<style>
a { background-color: #34A8FD; }
a { background-color: rgb(52,168,253); }
div.DivClassName
{
background-color: #34A8FD;
}
.BgClassName
{
background-color: #34A8FD;
}
</style>
border-color css
<style>
span { border-color: #34A8FD; }
span { border-color: rgb(52,168,253); }
td.TdClassName
{
border-color: #34A8FD;
}
.TagClassName
{
border-color: #34A8FD;
}
</style>