Shades of Dodger Blue #35A8FF
Tints of Dodger Blue #35A8FF
RGB
CMYK
RGB Variations
Color information
#35A8FF (or 0x35A8FF) is known color: Dodger Blue. HEX triplet: 35, A8 and FF. RGB value is (53,168,255). Sum of RGB (Red+Green+Blue) = 53+168+255=476 (63% of max value = 765). Red value is 53 (21.09% from 255 or 11.13% from 476); Green value is 168 (66.02% from 255 or 35.29% from 476); Blue value is 255 (100% from 255 or 53.57% from 476); Max value from RGB is 255 - color contains mainly: blue. Hex color #35A8FF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #35A8FF is #CA5700. Grayscale: #8F8F8F. Windows color (decimal): -13260545 or 16754741. OLE color: 16754741.
HSL color Cylindrical-coordinate representation of color #35A8FF: hue angle of 205.84º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #35A8FF is Cyan = 0.79, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 53 | 168 | 255 | - |
| CMYK | 0.79 | 0.34 | 0 | 0 |
| HSL | 205.84º | 1% | 0.6% | - |
| HSV(B) | 205.84º | 0.79% | 1% | - |
| XYZ | 33.52 | 35.98 | 99.79 | - |
| YUV | 143.53 | 190.9 | 63.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 168 | 255 | 0.79 | 0.34 | 0 | 0 | 205.84 | 1 | 0.6 |
| Hex | 35 | A8 | FF | 4F | 22 | 0 | 0 | CE | 64 | 3C |
| Octal | 65 | 250 | 377 | 117 | 42 | 0 | 0 | 316 | 144 | 74 |
| Binary | 110101 | 10101000 | 11111111 | 1001111 | 100010 | 0 | 0 | 11001110 | 1100100 | 111100 |
Color Harmonies of #35A8FF
Complementary color
Monochromatic Colors of #35A8FF
Black with #35A8FF
Text Example
Text Example
White with #35A8FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35A8FF; }
p { color: rgb(53,168,255); }
H1.HeaderClassName
{
color: #35A8FF;
}
.AnyTagClassName
{
color: #35A8FF;
}
</style>
background-color css
<style>
a { background-color: #35A8FF; }
a { background-color: rgb(53,168,255); }
div.DivClassName
{
background-color: #35A8FF;
}
.BgClassName
{
background-color: #35A8FF;
}
</style>
border-color css
<style>
span { border-color: #35A8FF; }
span { border-color: rgb(53,168,255); }
td.TdClassName
{
border-color: #35A8FF;
}
.TagClassName
{
border-color: #35A8FF;
}
</style>