Shades of Dodger Blue #368AF5
Tints of Dodger Blue #368AF5
RGB
CMYK
RGB Variations
Color information
#368AF5 (or 0x368AF5) is known color: Dodger Blue. HEX triplet: 36, 8A and F5. RGB value is (54,138,245). Sum of RGB (Red+Green+Blue) = 54+138+245=437 (57% of max value = 765). Red value is 54 (21.48% from 255 or 12.36% from 437); Green value is 138 (54.30% from 255 or 31.58% from 437); Blue value is 245 (96.09% from 255 or 56.06% from 437); Max value from RGB is 245 - color contains mainly: blue. Hex color #368AF5 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #368AF5 is #C9750A. Grayscale: #7C7C7C. Windows color (decimal): -13202699 or 16091702. OLE color: 16091702.
HSL color Cylindrical-coordinate representation of color #368AF5: hue angle of 213.61º degrees, saturation: 0.91, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #368AF5 is Cyan = 0.78, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 54 | 138 | 245 | - |
| CMYK | 0.78 | 0.44 | 0 | 0.04 |
| HSL | 213.61º | 0.91% | 0.59% | - |
| HSV(B) | 213.61º | 0.78% | 0.96% | - |
| XYZ | 27.09 | 25.55 | 89.89 | - |
| YUV | 125.08 | 195.67 | 77.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 138 | 245 | 0.78 | 0.44 | 0 | 0.04 | 213.61 | 0.91 | 0.59 |
| Hex | 36 | 8A | F5 | 4E | 2C | 0 | 4 | D6 | 5B | 3B |
| Octal | 66 | 212 | 365 | 116 | 54 | 0 | 4 | 326 | 133 | 73 |
| Binary | 110110 | 10001010 | 11110101 | 1001110 | 101100 | 0 | 100 | 11010110 | 1011011 | 111011 |
Color Harmonies of #368AF5
Complementary color
Monochromatic Colors of #368AF5
Black with #368AF5
Text Example
Text Example
White with #368AF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #368AF5; }
p { color: rgb(54,138,245); }
H1.HeaderClassName
{
color: #368AF5;
}
.AnyTagClassName
{
color: #368AF5;
}
</style>
background-color css
<style>
a { background-color: #368AF5; }
a { background-color: rgb(54,138,245); }
div.DivClassName
{
background-color: #368AF5;
}
.BgClassName
{
background-color: #368AF5;
}
</style>
border-color css
<style>
span { border-color: #368AF5; }
span { border-color: rgb(54,138,245); }
td.TdClassName
{
border-color: #368AF5;
}
.TagClassName
{
border-color: #368AF5;
}
</style>