Shades of Dodger Blue #268FFA
Tints of Dodger Blue #268FFA
RGB
CMYK
RGB Variations
Color information
#268FFA (or 0x268FFA) is known color: Dodger Blue. HEX triplet: 26, 8F and FA. RGB value is (38,143,250). Sum of RGB (Red+Green+Blue) = 38+143+250=431 (57% of max value = 765). Red value is 38 (15.23% from 255 or 8.82% from 431); Green value is 143 (56.25% from 255 or 33.18% from 431); Blue value is 250 (98.05% from 255 or 58.00% from 431); Max value from RGB is 250 - color contains mainly: blue. Hex color #268FFA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #268FFA is #D97005. Grayscale: #7B7B7B. Windows color (decimal): -14249990 or 16420646. OLE color: 16420646.
HSL color Cylindrical-coordinate representation of color #268FFA: hue angle of 210.28º degrees, saturation: 0.95, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #268FFA is Cyan = 0.85, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 38 | 143 | 250 | - |
| CMYK | 0.85 | 0.43 | 0 | 0.02 |
| HSL | 210.28º | 0.95% | 0.56% | - |
| HSV(B) | 210.28º | 0.85% | 0.98% | - |
| XYZ | 27.88 | 26.96 | 94.18 | - |
| YUV | 123.8 | 199.21 | 66.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 143 | 250 | 0.85 | 0.43 | 0 | 0.02 | 210.28 | 0.95 | 0.56 |
| Hex | 26 | 8F | FA | 55 | 2B | 0 | 2 | D2 | 5F | 38 |
| Octal | 46 | 217 | 372 | 125 | 53 | 0 | 2 | 322 | 137 | 70 |
| Binary | 100110 | 10001111 | 11111010 | 1010101 | 101011 | 0 | 10 | 11010010 | 1011111 | 111000 |
Color Harmonies of #268FFA
Complementary color
Monochromatic Colors of #268FFA
Black with #268FFA
Text Example
Text Example
White with #268FFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #268FFA; }
p { color: rgb(38,143,250); }
H1.HeaderClassName
{
color: #268FFA;
}
.AnyTagClassName
{
color: #268FFA;
}
</style>
background-color css
<style>
a { background-color: #268FFA; }
a { background-color: rgb(38,143,250); }
div.DivClassName
{
background-color: #268FFA;
}
.BgClassName
{
background-color: #268FFA;
}
</style>
border-color css
<style>
span { border-color: #268FFA; }
span { border-color: rgb(38,143,250); }
td.TdClassName
{
border-color: #268FFA;
}
.TagClassName
{
border-color: #268FFA;
}
</style>