#0BA0F4

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

Shades of Dodger Blue #0BA0F4

Tints of Dodger Blue #0BA0F4

Color information

#0BA0F4 (or 0x0BA0F4) is unknown color: approx Dodger Blue. HEX triplet: 0B, A0 and F4. RGB value is (11,160,244). Sum of RGB (Red+Green+Blue) = 11+160+244=415 (54% of max value = 765). Red value is 11 (4.69% from 255 or 2.65% from 415); Green value is 160 (62.89% from 255 or 38.55% from 415); Blue value is 244 (95.70% from 255 or 58.80% from 415); Max value from RGB is 244 - color contains mainly: blue. Hex color #0BA0F4 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0BA0F4 is #F45F0B. Grayscale: #7C7C7C. Windows color (decimal): -16015116 or 16031755. OLE color: 16031755.

HSL color Cylindrical-coordinate representation of color #0BA0F4: hue angle of 201.63º degrees, saturation: 0.91, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0BA0F4 is Cyan = 0.95, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB11160244-
CMYK0.950.3400.04
HSL201.63º91.37%50%-
HSV(B)201.63º95.49%95.69%-
XYZ29.0431.7490.18-
YUV125.02195.1446.67-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 2.65%
GREEN value IS 160 (62.89% from 255) = 38.55%
BLUE value IS 244 (95.70% from 255) = 58.80%
R=2.65%
G=38.55%
B=58.80%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal111602440.950.3400.04201.6391.3750
HexBA0F45F2204ca5b32
Octal13240364137420431213362
Binary1011101000001111010010111111000100100110010101011011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0BA0F4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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