Shades of Dodger Blue #369CFD
Tints of Dodger Blue #369CFD
RGB
CMYK
RGB Variations
Color information
#369CFD (or 0x369CFD) is known color: Dodger Blue. HEX triplet: 36, 9C and FD. RGB value is (54,156,253). Sum of RGB (Red+Green+Blue) = 54+156+253=463 (61% of max value = 765). Red value is 54 (21.48% from 255 or 11.66% from 463); Green value is 156 (61.33% from 255 or 33.69% from 463); Blue value is 253 (99.22% from 255 or 54.64% from 463); Max value from RGB is 253 - color contains mainly: blue. Hex color #369CFD is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #369CFD is #C96302. Grayscale: #888888. Windows color (decimal): -13198083 or 16620598. OLE color: 16620598.
HSL color Cylindrical-coordinate representation of color #369CFD: hue angle of 209.25º degrees, saturation: 0.98, 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 #369CFD is Cyan = 0.79, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 54 | 156 | 253 | - |
| CMYK | 0.79 | 0.38 | 0 | 0.01 |
| HSL | 209.25º | 0.98% | 0.6% | - |
| HSV(B) | 209.25º | 0.79% | 0.99% | - |
| XYZ | 31.14 | 31.65 | 97.4 | - |
| YUV | 136.56 | 193.71 | 69.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 156 | 253 | 0.79 | 0.38 | 0 | 0.01 | 209.25 | 0.98 | 0.6 |
| Hex | 36 | 9C | FD | 4F | 26 | 0 | 1 | D1 | 62 | 3C |
| Octal | 66 | 234 | 375 | 117 | 46 | 0 | 1 | 321 | 142 | 74 |
| Binary | 110110 | 10011100 | 11111101 | 1001111 | 100110 | 0 | 1 | 11010001 | 1100010 | 111100 |
Color Harmonies of #369CFD
Complementary color
Monochromatic Colors of #369CFD
Black with #369CFD
Text Example
Text Example
White with #369CFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #369CFD; }
p { color: rgb(54,156,253); }
H1.HeaderClassName
{
color: #369CFD;
}
.AnyTagClassName
{
color: #369CFD;
}
</style>
background-color css
<style>
a { background-color: #369CFD; }
a { background-color: rgb(54,156,253); }
div.DivClassName
{
background-color: #369CFD;
}
.BgClassName
{
background-color: #369CFD;
}
</style>
border-color css
<style>
span { border-color: #369CFD; }
span { border-color: rgb(54,156,253); }
td.TdClassName
{
border-color: #369CFD;
}
.TagClassName
{
border-color: #369CFD;
}
</style>