Shades of Dodger Blue #359BFC
Tints of Dodger Blue #359BFC
RGB
CMYK
RGB Variations
Color information
#359BFC (or 0x359BFC) is known color: Dodger Blue. HEX triplet: 35, 9B and FC. RGB value is (53,155,252). Sum of RGB (Red+Green+Blue) = 53+155+252=460 (60% of max value = 765). Red value is 53 (21.09% from 255 or 11.52% from 460); Green value is 155 (60.94% from 255 or 33.70% from 460); Blue value is 252 (98.83% from 255 or 54.78% from 460); Max value from RGB is 252 - color contains mainly: blue. Hex color #359BFC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #359BFC is #CA6403. Grayscale: #878787. Windows color (decimal): -13263876 or 16554805. OLE color: 16554805.
HSL color Cylindrical-coordinate representation of color #359BFC: hue angle of 209.25º degrees, saturation: 0.97, 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 #359BFC is Cyan = 0.79, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 53 | 155 | 252 | - |
| CMYK | 0.79 | 0.38 | 0 | 0.01 |
| HSL | 209.25º | 0.97% | 0.6% | - |
| HSV(B) | 209.25º | 0.79% | 0.99% | - |
| XYZ | 30.76 | 31.23 | 96.5 | - |
| YUV | 135.56 | 193.71 | 69.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 155 | 252 | 0.79 | 0.38 | 0 | 0.01 | 209.25 | 0.97 | 0.6 |
| Hex | 35 | 9B | FC | 4F | 26 | 0 | 1 | D1 | 61 | 3C |
| Octal | 65 | 233 | 374 | 117 | 46 | 0 | 1 | 321 | 141 | 74 |
| Binary | 110101 | 10011011 | 11111100 | 1001111 | 100110 | 0 | 1 | 11010001 | 1100001 | 111100 |
Color Harmonies of #359BFC
Complementary color
Monochromatic Colors of #359BFC
Black with #359BFC
Text Example
Text Example
White with #359BFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #359BFC; }
p { color: rgb(53,155,252); }
H1.HeaderClassName
{
color: #359BFC;
}
.AnyTagClassName
{
color: #359BFC;
}
</style>
background-color css
<style>
a { background-color: #359BFC; }
a { background-color: rgb(53,155,252); }
div.DivClassName
{
background-color: #359BFC;
}
.BgClassName
{
background-color: #359BFC;
}
</style>
border-color css
<style>
span { border-color: #359BFC; }
span { border-color: rgb(53,155,252); }
td.TdClassName
{
border-color: #359BFC;
}
.TagClassName
{
border-color: #359BFC;
}
</style>