Shades of Dodger Blue #268CF5
Tints of Dodger Blue #268CF5
RGB
CMYK
RGB Variations
Color information
#268CF5 (or 0x268CF5) is known color: Dodger Blue. HEX triplet: 26, 8C and F5. RGB value is (38,140,245). Sum of RGB (Red+Green+Blue) = 38+140+245=423 (56% of max value = 765). Red value is 38 (15.23% from 255 or 8.98% from 423); Green value is 140 (55.08% from 255 or 33.10% from 423); Blue value is 245 (96.09% from 255 or 57.92% from 423); Max value from RGB is 245 - color contains mainly: blue. Hex color #268CF5 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #268CF5 is #D9730A. Grayscale: #787878. Windows color (decimal): -14250763 or 16092198. OLE color: 16092198.
HSL color Cylindrical-coordinate representation of color #268CF5: hue angle of 210.43º degrees, saturation: 0.91, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #268CF5 is Cyan = 0.84, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 38 | 140 | 245 | - |
| CMYK | 0.84 | 0.43 | 0 | 0.04 |
| HSL | 210.43º | 0.91% | 0.55% | - |
| HSV(B) | 210.43º | 0.84% | 0.96% | - |
| XYZ | 26.66 | 25.76 | 89.95 | - |
| YUV | 121.47 | 197.71 | 68.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 140 | 245 | 0.84 | 0.43 | 0 | 0.04 | 210.43 | 0.91 | 0.55 |
| Hex | 26 | 8C | F5 | 54 | 2B | 0 | 4 | D2 | 5B | 37 |
| Octal | 46 | 214 | 365 | 124 | 53 | 0 | 4 | 322 | 133 | 67 |
| Binary | 100110 | 10001100 | 11110101 | 1010100 | 101011 | 0 | 100 | 11010010 | 1011011 | 110111 |
Color Harmonies of #268CF5
Complementary color
Monochromatic Colors of #268CF5
Black with #268CF5
Text Example
Text Example
White with #268CF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #268CF5; }
p { color: rgb(38,140,245); }
H1.HeaderClassName
{
color: #268CF5;
}
.AnyTagClassName
{
color: #268CF5;
}
</style>
background-color css
<style>
a { background-color: #268CF5; }
a { background-color: rgb(38,140,245); }
div.DivClassName
{
background-color: #268CF5;
}
.BgClassName
{
background-color: #268CF5;
}
</style>
border-color css
<style>
span { border-color: #268CF5; }
span { border-color: rgb(38,140,245); }
td.TdClassName
{
border-color: #268CF5;
}
.TagClassName
{
border-color: #268CF5;
}
</style>