Shades of Dodger Blue #248AF1
Tints of Dodger Blue #248AF1
RGB
CMYK
RGB Variations
Color information
#248AF1 (or 0x248AF1) is known color: Dodger Blue. HEX triplet: 24, 8A and F1. RGB value is (36,138,241). Sum of RGB (Red+Green+Blue) = 36+138+241=415 (54% of max value = 765). Red value is 36 (14.45% from 255 or 8.67% from 415); Green value is 138 (54.30% from 255 or 33.25% from 415); Blue value is 241 (94.53% from 255 or 58.07% from 415); Max value from RGB is 241 - color contains mainly: blue. Hex color #248AF1 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #248AF1 is #DB750E. Grayscale: #767676. Windows color (decimal): -14382351 or 15829540. OLE color: 15829540.
HSL color Cylindrical-coordinate representation of color #248AF1: hue angle of 210.15º degrees, saturation: 0.88, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #248AF1 is Cyan = 0.85, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 36 | 138 | 241 | - |
| CMYK | 0.85 | 0.43 | 0 | 0.05 |
| HSL | 210.15º | 0.88% | 0.54% | - |
| HSV(B) | 210.15º | 0.85% | 0.95% | - |
| XYZ | 25.69 | 24.9 | 86.67 | - |
| YUV | 119.24 | 196.71 | 68.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 138 | 241 | 0.85 | 0.43 | 0 | 0.05 | 210.15 | 0.88 | 0.54 |
| Hex | 24 | 8A | F1 | 55 | 2B | 0 | 5 | D2 | 58 | 36 |
| Octal | 44 | 212 | 361 | 125 | 53 | 0 | 5 | 322 | 130 | 66 |
| Binary | 100100 | 10001010 | 11110001 | 1010101 | 101011 | 0 | 101 | 11010010 | 1011000 | 110110 |
Color Harmonies of #248AF1
Complementary color
Monochromatic Colors of #248AF1
Black with #248AF1
Text Example
Text Example
White with #248AF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #248AF1; }
p { color: rgb(36,138,241); }
H1.HeaderClassName
{
color: #248AF1;
}
.AnyTagClassName
{
color: #248AF1;
}
</style>
background-color css
<style>
a { background-color: #248AF1; }
a { background-color: rgb(36,138,241); }
div.DivClassName
{
background-color: #248AF1;
}
.BgClassName
{
background-color: #248AF1;
}
</style>
border-color css
<style>
span { border-color: #248AF1; }
span { border-color: rgb(36,138,241); }
td.TdClassName
{
border-color: #248AF1;
}
.TagClassName
{
border-color: #248AF1;
}
</style>