Shades of Dodger Blue #248CFB
Tints of Dodger Blue #248CFB
RGB
CMYK
RGB Variations
Color information
#248CFB (or 0x248CFB) is known color: Dodger Blue. HEX triplet: 24, 8C and FB. RGB value is (36,140,251). Sum of RGB (Red+Green+Blue) = 36+140+251=427 (56% of max value = 765). Red value is 36 (14.45% from 255 or 8.43% from 427); Green value is 140 (55.08% from 255 or 32.79% from 427); Blue value is 251 (98.44% from 255 or 58.78% from 427); Max value from RGB is 251 - color contains mainly: blue. Hex color #248CFB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #248CFB is #DB7304. Grayscale: #797979. Windows color (decimal): -14381829 or 16485412. OLE color: 16485412.
HSL color Cylindrical-coordinate representation of color #248CFB: hue angle of 210.98º degrees, saturation: 0.96, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #248CFB is Cyan = 0.86, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 36 | 140 | 251 | - |
| CMYK | 0.86 | 0.44 | 0 | 0.02 |
| HSL | 210.98º | 0.96% | 0.56% | - |
| HSV(B) | 210.98º | 0.86% | 0.98% | - |
| XYZ | 27.52 | 26.1 | 94.85 | - |
| YUV | 121.56 | 201.04 | 66.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 140 | 251 | 0.86 | 0.44 | 0 | 0.02 | 210.98 | 0.96 | 0.56 |
| Hex | 24 | 8C | FB | 56 | 2C | 0 | 2 | D3 | 60 | 38 |
| Octal | 44 | 214 | 373 | 126 | 54 | 0 | 2 | 323 | 140 | 70 |
| Binary | 100100 | 10001100 | 11111011 | 1010110 | 101100 | 0 | 10 | 11010011 | 1100000 | 111000 |
Color Harmonies of #248CFB
Complementary color
Monochromatic Colors of #248CFB
Black with #248CFB
Text Example
Text Example
White with #248CFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #248CFB; }
p { color: rgb(36,140,251); }
H1.HeaderClassName
{
color: #248CFB;
}
.AnyTagClassName
{
color: #248CFB;
}
</style>
background-color css
<style>
a { background-color: #248CFB; }
a { background-color: rgb(36,140,251); }
div.DivClassName
{
background-color: #248CFB;
}
.BgClassName
{
background-color: #248CFB;
}
</style>
border-color css
<style>
span { border-color: #248CFB; }
span { border-color: rgb(36,140,251); }
td.TdClassName
{
border-color: #248CFB;
}
.TagClassName
{
border-color: #248CFB;
}
</style>