#0BA0F0

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

Shades of Dodger Blue #0BA0F0

Tints of Dodger Blue #0BA0F0

Color information

#0BA0F0 (or 0x0BA0F0) is unknown color: approx Dodger Blue. HEX triplet: 0B, A0 and F0. RGB value is (11,160,240). Sum of RGB (Red+Green+Blue) = 11+160+240=411 (54% of max value = 765). Red value is 11 (4.69% from 255 or 2.68% from 411); Green value is 160 (62.89% from 255 or 38.93% from 411); Blue value is 240 (94.14% from 255 or 58.39% from 411); Max value from RGB is 240 - color contains mainly: blue. Hex color #0BA0F0 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0BA0F0 is #F45F0F. Grayscale: #7C7C7C. Windows color (decimal): -16015120 or 15769611. OLE color: 15769611.

HSL color Cylindrical-coordinate representation of color #0BA0F0: hue angle of 200.96º degrees, saturation: 0.91, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0BA0F0 is Cyan = 0.95, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB11160240-
CMYK0.950.3300.06
HSL200.96º91.24%49.22%-
HSV(B)200.96º95.42%94.12%-
XYZ28.4431.587.02-
YUV124.57193.1447-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 2.68%
GREEN value IS 160 (62.89% from 255) = 38.93%
BLUE value IS 240 (94.14% from 255) = 58.39%
R=2.68%
G=38.93%
B=58.39%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal111602400.950.3300.06200.9691.2449.22
HexBA0F05F2106c95b31
Octal13240360137410631113361
Binary1011101000001111000010111111000010110110010011011011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0BA0F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,160,240); }

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

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

 a { background-color: rgb(11,160,240); }

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

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

 span { border-color: rgb(11,160,240); }

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