Shades of Dodger Blue #3C9AFE
Tints of Dodger Blue #3C9AFE
RGB
CMYK
RGB Variations
Color information
#3C9AFE (or 0x3C9AFE) is known color: Dodger Blue. HEX triplet: 3C, 9A and FE. RGB value is (60,154,254). Sum of RGB (Red+Green+Blue) = 60+154+254=468 (61% of max value = 765). Red value is 60 (23.83% from 255 or 12.82% from 468); Green value is 154 (60.55% from 255 or 32.91% from 468); Blue value is 254 (99.61% from 255 or 54.27% from 468); Max value from RGB is 254 - color contains mainly: blue. Hex color #3C9AFE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3C9AFE is #C36501. Grayscale: #888888. Windows color (decimal): -12805378 or 16685628. OLE color: 16685628.
HSL color Cylindrical-coordinate representation of color #3C9AFE: hue angle of 210.93º degrees, saturation: 0.99, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3C9AFE is Cyan = 0.76, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 60 | 154 | 254 | - |
| CMYK | 0.76 | 0.39 | 0 | 0.00 |
| HSL | 210.93º | 0.99% | 0.62% | - |
| HSV(B) | 210.93º | 0.76% | 1% | - |
| XYZ | 31.31 | 31.23 | 98.14 | - |
| YUV | 137.29 | 193.86 | 72.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 154 | 254 | 0.76 | 0.39 | 0 | 0.00 | 210.93 | 0.99 | 0.62 |
| Hex | 3C | 9A | FE | 4C | 27 | 0 | 0 | D3 | 63 | 3E |
| Octal | 74 | 232 | 376 | 114 | 47 | 0 | 0 | 323 | 143 | 76 |
| Binary | 111100 | 10011010 | 11111110 | 1001100 | 100111 | 0 | 0 | 11010011 | 1100011 | 111110 |
Color Harmonies of #3C9AFE
Complementary color
Monochromatic Colors of #3C9AFE
Black with #3C9AFE
Text Example
Text Example
White with #3C9AFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C9AFE; }
p { color: rgb(60,154,254); }
H1.HeaderClassName
{
color: #3C9AFE;
}
.AnyTagClassName
{
color: #3C9AFE;
}
</style>
background-color css
<style>
a { background-color: #3C9AFE; }
a { background-color: rgb(60,154,254); }
div.DivClassName
{
background-color: #3C9AFE;
}
.BgClassName
{
background-color: #3C9AFE;
}
</style>
border-color css
<style>
span { border-color: #3C9AFE; }
span { border-color: rgb(60,154,254); }
td.TdClassName
{
border-color: #3C9AFE;
}
.TagClassName
{
border-color: #3C9AFE;
}
</style>