Shades of Dodger Blue #0B97FA
Tints of Dodger Blue #0B97FA
RGB
CMYK
RGB Variations
Color information
#0B97FA (or 0x0B97FA) is known color: Dodger Blue. HEX triplet: 0B, 97 and FA. RGB value is (11,151,250). Sum of RGB (Red+Green+Blue) = 11+151+250=412 (54% of max value = 765). Red value is 11 (4.69% from 255 or 2.67% from 412); Green value is 151 (59.38% from 255 or 36.65% from 412); Blue value is 250 (98.05% from 255 or 60.68% from 412); Max value from RGB is 250 - color contains mainly: blue. Hex color #0B97FA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0B97FA is #F46805. Grayscale: #777777. Windows color (decimal): -16017414 or 16422667. OLE color: 16422667.
HSL color Cylindrical-coordinate representation of color #0B97FA: hue angle of 204.85º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0B97FA is Cyan = 0.96, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 11 | 151 | 250 | - |
| CMYK | 0.96 | 0.40 | 0 | 0.02 |
| HSL | 204.85º | 0.96% | 0.51% | - |
| HSV(B) | 204.85º | 0.96% | 0.98% | - |
| XYZ | 28.46 | 29.11 | 94.56 | - |
| YUV | 120.43 | 201.12 | 49.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 151 | 250 | 0.96 | 0.40 | 0 | 0.02 | 204.85 | 0.96 | 0.51 |
| Hex | B | 97 | FA | 60 | 28 | 0 | 2 | CD | 60 | 33 |
| Octal | 13 | 227 | 372 | 140 | 50 | 0 | 2 | 315 | 140 | 63 |
| Binary | 1011 | 10010111 | 11111010 | 1100000 | 101000 | 0 | 10 | 11001101 | 1100000 | 110011 |
Color Harmonies of #0B97FA
Complementary color
Monochromatic Colors of #0B97FA
Black with #0B97FA
Text Example
Text Example
White with #0B97FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B97FA; }
p { color: rgb(11,151,250); }
H1.HeaderClassName
{
color: #0B97FA;
}
.AnyTagClassName
{
color: #0B97FA;
}
</style>
background-color css
<style>
a { background-color: #0B97FA; }
a { background-color: rgb(11,151,250); }
div.DivClassName
{
background-color: #0B97FA;
}
.BgClassName
{
background-color: #0B97FA;
}
</style>
border-color css
<style>
span { border-color: #0B97FA; }
span { border-color: rgb(11,151,250); }
td.TdClassName
{
border-color: #0B97FA;
}
.TagClassName
{
border-color: #0B97FA;
}
</style>