Shades of Dodger Blue #359CF4
Tints of Dodger Blue #359CF4
RGB
CMYK
RGB Variations
Color information
#359CF4 (or 0x359CF4) is known color: Dodger Blue. HEX triplet: 35, 9C and F4. RGB value is (53,156,244). Sum of RGB (Red+Green+Blue) = 53+156+244=453 (60% of max value = 765). Red value is 53 (21.09% from 255 or 11.70% from 453); Green value is 156 (61.33% from 255 or 34.44% from 453); Blue value is 244 (95.70% from 255 or 53.86% from 453); Max value from RGB is 244 - color contains mainly: blue. Hex color #359CF4 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #359CF4 is #CA630B. Grayscale: #868686. Windows color (decimal): -13263628 or 16030773. OLE color: 16030773.
HSL color Cylindrical-coordinate representation of color #359CF4: hue angle of 207.64º degrees, saturation: 0.9, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #359CF4 is Cyan = 0.78, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 53 | 156 | 244 | - |
| CMYK | 0.78 | 0.36 | 0 | 0.04 |
| HSL | 207.64º | 0.9% | 0.58% | - |
| HSV(B) | 207.64º | 0.78% | 0.96% | - |
| XYZ | 29.69 | 31.07 | 90.02 | - |
| YUV | 135.24 | 189.38 | 69.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 156 | 244 | 0.78 | 0.36 | 0 | 0.04 | 207.64 | 0.9 | 0.58 |
| Hex | 35 | 9C | F4 | 4E | 24 | 0 | 4 | D0 | 5A | 3A |
| Octal | 65 | 234 | 364 | 116 | 44 | 0 | 4 | 320 | 132 | 72 |
| Binary | 110101 | 10011100 | 11110100 | 1001110 | 100100 | 0 | 100 | 11010000 | 1011010 | 111010 |
Color Harmonies of #359CF4
Complementary color
Monochromatic Colors of #359CF4
Black with #359CF4
Text Example
Text Example
White with #359CF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #359CF4; }
p { color: rgb(53,156,244); }
H1.HeaderClassName
{
color: #359CF4;
}
.AnyTagClassName
{
color: #359CF4;
}
</style>
background-color css
<style>
a { background-color: #359CF4; }
a { background-color: rgb(53,156,244); }
div.DivClassName
{
background-color: #359CF4;
}
.BgClassName
{
background-color: #359CF4;
}
</style>
border-color css
<style>
span { border-color: #359CF4; }
span { border-color: rgb(53,156,244); }
td.TdClassName
{
border-color: #359CF4;
}
.TagClassName
{
border-color: #359CF4;
}
</style>