Shades of Dodger Blue #35A5FE
Tints of Dodger Blue #35A5FE
RGB
CMYK
RGB Variations
Color information
#35A5FE (or 0x35A5FE) is known color: Dodger Blue. HEX triplet: 35, A5 and FE. RGB value is (53,165,254). Sum of RGB (Red+Green+Blue) = 53+165+254=472 (62% of max value = 765). Red value is 53 (21.09% from 255 or 11.23% from 472); Green value is 165 (64.84% from 255 or 34.96% from 472); Blue value is 254 (99.61% from 255 or 53.81% from 472); Max value from RGB is 254 - color contains mainly: blue. Hex color #35A5FE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #35A5FE is #CA5A01. Grayscale: #8D8D8D. Windows color (decimal): -13261314 or 16688437. OLE color: 16688437.
HSL color Cylindrical-coordinate representation of color #35A5FE: hue angle of 206.57º degrees, saturation: 0.99, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #35A5FE is Cyan = 0.79, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 53 | 165 | 254 | - |
| CMYK | 0.79 | 0.35 | 0 | 0.00 |
| HSL | 206.57º | 0.99% | 0.6% | - |
| HSV(B) | 206.57º | 0.79% | 1% | - |
| XYZ | 32.81 | 34.82 | 98.76 | - |
| YUV | 141.66 | 191.39 | 64.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 165 | 254 | 0.79 | 0.35 | 0 | 0.00 | 206.57 | 0.99 | 0.6 |
| Hex | 35 | A5 | FE | 4F | 23 | 0 | 0 | CF | 63 | 3C |
| Octal | 65 | 245 | 376 | 117 | 43 | 0 | 0 | 317 | 143 | 74 |
| Binary | 110101 | 10100101 | 11111110 | 1001111 | 100011 | 0 | 0 | 11001111 | 1100011 | 111100 |
Color Harmonies of #35A5FE
Complementary color
Monochromatic Colors of #35A5FE
Black with #35A5FE
Text Example
Text Example
White with #35A5FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35A5FE; }
p { color: rgb(53,165,254); }
H1.HeaderClassName
{
color: #35A5FE;
}
.AnyTagClassName
{
color: #35A5FE;
}
</style>
background-color css
<style>
a { background-color: #35A5FE; }
a { background-color: rgb(53,165,254); }
div.DivClassName
{
background-color: #35A5FE;
}
.BgClassName
{
background-color: #35A5FE;
}
</style>
border-color css
<style>
span { border-color: #35A5FE; }
span { border-color: rgb(53,165,254); }
td.TdClassName
{
border-color: #35A5FE;
}
.TagClassName
{
border-color: #35A5FE;
}
</style>