Shades of Dodger Blue #3881FC
Tints of Dodger Blue #3881FC
RGB
CMYK
RGB Variations
Color information
#3881FC (or 0x3881FC) is known color: Dodger Blue. HEX triplet: 38, 81 and FC. RGB value is (56,129,252). Sum of RGB (Red+Green+Blue) = 56+129+252=437 (57% of max value = 765). Red value is 56 (22.27% from 255 or 12.81% from 437); Green value is 129 (50.78% from 255 or 29.52% from 437); Blue value is 252 (98.83% from 255 or 57.67% from 437); Max value from RGB is 252 - color contains mainly: blue. Hex color #3881FC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3881FC is #C77E03. Grayscale: #787878. Windows color (decimal): -13073924 or 16548152. OLE color: 16548152.
HSL color Cylindrical-coordinate representation of color #3881FC: hue angle of 217.65º degrees, saturation: 0.97, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3881FC is Cyan = 0.78, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 56 | 129 | 252 | - |
| CMYK | 0.78 | 0.49 | 0 | 0.01 |
| HSL | 217.65º | 0.97% | 0.6% | - |
| HSV(B) | 217.65º | 0.78% | 0.99% | - |
| XYZ | 27.05 | 23.57 | 95.22 | - |
| YUV | 121.2 | 201.82 | 81.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 129 | 252 | 0.78 | 0.49 | 0 | 0.01 | 217.65 | 0.97 | 0.6 |
| Hex | 38 | 81 | FC | 4E | 31 | 0 | 1 | DA | 61 | 3C |
| Octal | 70 | 201 | 374 | 116 | 61 | 0 | 1 | 332 | 141 | 74 |
| Binary | 111000 | 10000001 | 11111100 | 1001110 | 110001 | 0 | 1 | 11011010 | 1100001 | 111100 |
Color Harmonies of #3881FC
Complementary color
Monochromatic Colors of #3881FC
Black with #3881FC
Text Example
Text Example
White with #3881FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3881FC; }
p { color: rgb(56,129,252); }
H1.HeaderClassName
{
color: #3881FC;
}
.AnyTagClassName
{
color: #3881FC;
}
</style>
background-color css
<style>
a { background-color: #3881FC; }
a { background-color: rgb(56,129,252); }
div.DivClassName
{
background-color: #3881FC;
}
.BgClassName
{
background-color: #3881FC;
}
</style>
border-color css
<style>
span { border-color: #3881FC; }
span { border-color: rgb(56,129,252); }
td.TdClassName
{
border-color: #3881FC;
}
.TagClassName
{
border-color: #3881FC;
}
</style>