Shades of Dodger Blue #338CF5
Tints of Dodger Blue #338CF5
RGB
CMYK
RGB Variations
Color information
#338CF5 (or 0x338CF5) is known color: Dodger Blue. HEX triplet: 33, 8C and F5. RGB value is (51,140,245). Sum of RGB (Red+Green+Blue) = 51+140+245=436 (57% of max value = 765). Red value is 51 (20.31% from 255 or 11.70% from 436); Green value is 140 (55.08% from 255 or 32.11% from 436); Blue value is 245 (96.09% from 255 or 56.19% from 436); Max value from RGB is 245 - color contains mainly: blue. Hex color #338CF5 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #338CF5 is #CC730A. Grayscale: #7C7C7C. Windows color (decimal): -13398795 or 16092211. OLE color: 16092211.
HSL color Cylindrical-coordinate representation of color #338CF5: hue angle of 212.47º degrees, saturation: 0.91, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #338CF5 is Cyan = 0.79, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 51 | 140 | 245 | - |
| CMYK | 0.79 | 0.43 | 0 | 0.04 |
| HSL | 212.47º | 0.91% | 0.58% | - |
| HSV(B) | 212.47º | 0.79% | 0.96% | - |
| XYZ | 27.22 | 26.05 | 89.98 | - |
| YUV | 125.36 | 195.51 | 74.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 140 | 245 | 0.79 | 0.43 | 0 | 0.04 | 212.47 | 0.91 | 0.58 |
| Hex | 33 | 8C | F5 | 4F | 2B | 0 | 4 | D4 | 5B | 3A |
| Octal | 63 | 214 | 365 | 117 | 53 | 0 | 4 | 324 | 133 | 72 |
| Binary | 110011 | 10001100 | 11110101 | 1001111 | 101011 | 0 | 100 | 11010100 | 1011011 | 111010 |
Color Harmonies of #338CF5
Complementary color
Monochromatic Colors of #338CF5
Black with #338CF5
Text Example
Text Example
White with #338CF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #338CF5; }
p { color: rgb(51,140,245); }
H1.HeaderClassName
{
color: #338CF5;
}
.AnyTagClassName
{
color: #338CF5;
}
</style>
background-color css
<style>
a { background-color: #338CF5; }
a { background-color: rgb(51,140,245); }
div.DivClassName
{
background-color: #338CF5;
}
.BgClassName
{
background-color: #338CF5;
}
</style>
border-color css
<style>
span { border-color: #338CF5; }
span { border-color: rgb(51,140,245); }
td.TdClassName
{
border-color: #338CF5;
}
.TagClassName
{
border-color: #338CF5;
}
</style>