Shades of Dodger Blue #239BFA
Tints of Dodger Blue #239BFA
RGB
CMYK
RGB Variations
Color information
#239BFA (or 0x239BFA) is known color: Dodger Blue. HEX triplet: 23, 9B and FA. RGB value is (35,155,250). Sum of RGB (Red+Green+Blue) = 35+155+250=440 (58% of max value = 765). Red value is 35 (14.06% from 255 or 7.95% from 440); Green value is 155 (60.94% from 255 or 35.23% from 440); Blue value is 250 (98.05% from 255 or 56.82% from 440); Max value from RGB is 250 - color contains mainly: blue. Hex color #239BFA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #239BFA is #DC6405. Grayscale: #818181. Windows color (decimal): -14443526 or 16423715. OLE color: 16423715.
HSL color Cylindrical-coordinate representation of color #239BFA: hue angle of 206.51º 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 #239BFA is Cyan = 0.86, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 35 | 155 | 250 | - |
| CMYK | 0.86 | 0.38 | 0 | 0.02 |
| HSL | 206.51º | 0.96% | 0.56% | - |
| HSV(B) | 206.51º | 0.86% | 0.98% | - |
| XYZ | 29.67 | 30.7 | 94.8 | - |
| YUV | 129.95 | 195.74 | 60.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 155 | 250 | 0.86 | 0.38 | 0 | 0.02 | 206.51 | 0.96 | 0.56 |
| Hex | 23 | 9B | FA | 56 | 26 | 0 | 2 | CF | 60 | 38 |
| Octal | 43 | 233 | 372 | 126 | 46 | 0 | 2 | 317 | 140 | 70 |
| Binary | 100011 | 10011011 | 11111010 | 1010110 | 100110 | 0 | 10 | 11001111 | 1100000 | 111000 |
Color Harmonies of #239BFA
Complementary color
Monochromatic Colors of #239BFA
Black with #239BFA
Text Example
Text Example
White with #239BFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #239BFA; }
p { color: rgb(35,155,250); }
H1.HeaderClassName
{
color: #239BFA;
}
.AnyTagClassName
{
color: #239BFA;
}
</style>
background-color css
<style>
a { background-color: #239BFA; }
a { background-color: rgb(35,155,250); }
div.DivClassName
{
background-color: #239BFA;
}
.BgClassName
{
background-color: #239BFA;
}
</style>
border-color css
<style>
span { border-color: #239BFA; }
span { border-color: rgb(35,155,250); }
td.TdClassName
{
border-color: #239BFA;
}
.TagClassName
{
border-color: #239BFA;
}
</style>