#0BA1E7

Color #0BA1E7 Dodger Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dodger Blue #0BA1E7

Tints of Dodger Blue #0BA1E7

Color information

#0BA1E7 (or 0x0BA1E7) is unknown color: approx Dodger Blue. HEX triplet: 0B, A1 and E7. RGB value is (11,161,231). Sum of RGB (Red+Green+Blue) = 11+161+231=403 (53% of max value = 765). Red value is 11 (4.69% from 255 or 2.73% from 403); Green value is 161 (63.28% from 255 or 39.95% from 403); Blue value is 231 (90.62% from 255 or 57.32% from 403); Max value from RGB is 231 - color contains mainly: blue. Hex color #0BA1E7 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0BA1E7 is #F45E18. Grayscale: #7B7B7B. Windows color (decimal): -16014873 or 15180043. OLE color: 15180043.

HSL color Cylindrical-coordinate representation of color #0BA1E7: hue angle of 199.09º degrees, saturation: 0.91, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0BA1E7 is Cyan = 0.95, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB11161231-
CMYK0.950.3000.09
HSL199.09º90.91%47.45%-
HSV(B)199.09º95.24%90.59%-
XYZ27.3131.3380.21-
YUV124.13188.347.31-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 11 (4.69% from 255) = 2.73%
GREEN value IS 161 (63.28% from 255) = 39.95%
BLUE value IS 231 (90.62% from 255) = 57.32%
R=2.73%
G=39.95%
B=57.32%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal111612310.950.3000.09199.0990.9147.45
HexBA1E75F1E09c75b2f
Octal132413471373601130713357
Binary1011101000011110011110111111111001001110001111011011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0BA1E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0BA1E7; }

 p { color: rgb(11,161,231); }

 H1.HeaderClassName
 {
   color: #0BA1E7;
 }
 .AnyTagClassName
 {
   color: #0BA1E7;
 }
</style>
background-color css

<style>
 a { background-color: #0BA1E7; }

 a { background-color: rgb(11,161,231); }

 div.DivClassName
 {
   background-color: #0BA1E7;
 }
 .BgClassName
 {
   background-color: #0BA1E7;
 }
</style>
border-color css

<style>
 span { border-color: #0BA1E7; }

 span { border-color: rgb(11,161,231); }

 td.TdClassName
 {
   border-color: #0BA1E7;
 }
 .TagClassName
 {
   border-color: #0BA1E7;
 }
</style>