Shades of Dodger Blue #248AF2
Tints of Dodger Blue #248AF2
RGB
CMYK
RGB Variations
Color information
#248AF2 (or 0x248AF2) is known color: Dodger Blue. HEX triplet: 24, 8A and F2. RGB value is (36,138,242). Sum of RGB (Red+Green+Blue) = 36+138+242=416 (55% of max value = 765). Red value is 36 (14.45% from 255 or 8.65% from 416); Green value is 138 (54.30% from 255 or 33.17% from 416); Blue value is 242 (94.92% from 255 or 58.17% from 416); Max value from RGB is 242 - color contains mainly: blue. Hex color #248AF2 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #248AF2 is #DB750D. Grayscale: #767676. Windows color (decimal): -14382350 or 15895076. OLE color: 15895076.
HSL color Cylindrical-coordinate representation of color #248AF2: hue angle of 210.29º degrees, saturation: 0.89, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #248AF2 is Cyan = 0.85, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 36 | 138 | 242 | - |
| CMYK | 0.85 | 0.43 | 0 | 0.05 |
| HSL | 210.29º | 0.89% | 0.55% | - |
| HSV(B) | 210.29º | 0.85% | 0.95% | - |
| XYZ | 25.84 | 24.96 | 87.46 | - |
| YUV | 119.36 | 197.21 | 68.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 138 | 242 | 0.85 | 0.43 | 0 | 0.05 | 210.29 | 0.89 | 0.55 |
| Hex | 24 | 8A | F2 | 55 | 2B | 0 | 5 | D2 | 59 | 37 |
| Octal | 44 | 212 | 362 | 125 | 53 | 0 | 5 | 322 | 131 | 67 |
| Binary | 100100 | 10001010 | 11110010 | 1010101 | 101011 | 0 | 101 | 11010010 | 1011001 | 110111 |
Color Harmonies of #248AF2
Complementary color
Monochromatic Colors of #248AF2
Black with #248AF2
Text Example
Text Example
White with #248AF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #248AF2; }
p { color: rgb(36,138,242); }
H1.HeaderClassName
{
color: #248AF2;
}
.AnyTagClassName
{
color: #248AF2;
}
</style>
background-color css
<style>
a { background-color: #248AF2; }
a { background-color: rgb(36,138,242); }
div.DivClassName
{
background-color: #248AF2;
}
.BgClassName
{
background-color: #248AF2;
}
</style>
border-color css
<style>
span { border-color: #248AF2; }
span { border-color: rgb(36,138,242); }
td.TdClassName
{
border-color: #248AF2;
}
.TagClassName
{
border-color: #248AF2;
}
</style>