Shades of Dodger Blue #359BFE
Tints of Dodger Blue #359BFE
RGB
CMYK
RGB Variations
Color information
#359BFE (or 0x359BFE) is known color: Dodger Blue. HEX triplet: 35, 9B and FE. RGB value is (53,155,254). Sum of RGB (Red+Green+Blue) = 53+155+254=462 (61% of max value = 765). Red value is 53 (21.09% from 255 or 11.47% from 462); Green value is 155 (60.94% from 255 or 33.55% from 462); Blue value is 254 (99.61% from 255 or 54.98% from 462); Max value from RGB is 254 - color contains mainly: blue. Hex color #359BFE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #359BFE is #CA6401. Grayscale: #878787. Windows color (decimal): -13263874 or 16685877. OLE color: 16685877.
HSL color Cylindrical-coordinate representation of color #359BFE: hue angle of 209.55º 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 #359BFE is Cyan = 0.79, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 53 | 155 | 254 | - |
| CMYK | 0.79 | 0.39 | 0 | 0.00 |
| HSL | 209.55º | 0.99% | 0.6% | - |
| HSV(B) | 209.55º | 0.79% | 1% | - |
| XYZ | 31.08 | 31.36 | 98.18 | - |
| YUV | 135.79 | 194.71 | 68.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 155 | 254 | 0.79 | 0.39 | 0 | 0.00 | 209.55 | 0.99 | 0.6 |
| Hex | 35 | 9B | FE | 4F | 27 | 0 | 0 | D2 | 63 | 3C |
| Octal | 65 | 233 | 376 | 117 | 47 | 0 | 0 | 322 | 143 | 74 |
| Binary | 110101 | 10011011 | 11111110 | 1001111 | 100111 | 0 | 0 | 11010010 | 1100011 | 111100 |
Color Harmonies of #359BFE
Complementary color
Monochromatic Colors of #359BFE
Black with #359BFE
Text Example
Text Example
White with #359BFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #359BFE; }
p { color: rgb(53,155,254); }
H1.HeaderClassName
{
color: #359BFE;
}
.AnyTagClassName
{
color: #359BFE;
}
</style>
background-color css
<style>
a { background-color: #359BFE; }
a { background-color: rgb(53,155,254); }
div.DivClassName
{
background-color: #359BFE;
}
.BgClassName
{
background-color: #359BFE;
}
</style>
border-color css
<style>
span { border-color: #359BFE; }
span { border-color: rgb(53,155,254); }
td.TdClassName
{
border-color: #359BFE;
}
.TagClassName
{
border-color: #359BFE;
}
</style>