Shades of Dodger Blue #369CFE
Tints of Dodger Blue #369CFE
RGB
CMYK
RGB Variations
Color information
#369CFE (or 0x369CFE) is known color: Dodger Blue. HEX triplet: 36, 9C and FE. RGB value is (54,156,254). Sum of RGB (Red+Green+Blue) = 54+156+254=464 (61% of max value = 765). Red value is 54 (21.48% from 255 or 11.64% from 464); Green value is 156 (61.33% from 255 or 33.62% from 464); Blue value is 254 (99.61% from 255 or 54.74% from 464); Max value from RGB is 254 - color contains mainly: blue. Hex color #369CFE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #369CFE is #C96301. Grayscale: #888888. Windows color (decimal): -13198082 or 16686134. OLE color: 16686134.
HSL color Cylindrical-coordinate representation of color #369CFE: hue angle of 209.4º 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 #369CFE is Cyan = 0.79, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 54 | 156 | 254 | - |
| CMYK | 0.79 | 0.39 | 0 | 0.00 |
| HSL | 209.4º | 0.99% | 0.6% | - |
| HSV(B) | 209.4º | 0.79% | 1% | - |
| XYZ | 31.3 | 31.72 | 98.24 | - |
| YUV | 136.67 | 194.21 | 69.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 156 | 254 | 0.79 | 0.39 | 0 | 0.00 | 209.4 | 0.99 | 0.6 |
| Hex | 36 | 9C | FE | 4F | 27 | 0 | 0 | D1 | 63 | 3C |
| Octal | 66 | 234 | 376 | 117 | 47 | 0 | 0 | 321 | 143 | 74 |
| Binary | 110110 | 10011100 | 11111110 | 1001111 | 100111 | 0 | 0 | 11010001 | 1100011 | 111100 |
Color Harmonies of #369CFE
Complementary color
Monochromatic Colors of #369CFE
Black with #369CFE
Text Example
Text Example
White with #369CFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #369CFE; }
p { color: rgb(54,156,254); }
H1.HeaderClassName
{
color: #369CFE;
}
.AnyTagClassName
{
color: #369CFE;
}
</style>
background-color css
<style>
a { background-color: #369CFE; }
a { background-color: rgb(54,156,254); }
div.DivClassName
{
background-color: #369CFE;
}
.BgClassName
{
background-color: #369CFE;
}
</style>
border-color css
<style>
span { border-color: #369CFE; }
span { border-color: rgb(54,156,254); }
td.TdClassName
{
border-color: #369CFE;
}
.TagClassName
{
border-color: #369CFE;
}
</style>