#0BA4FD

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

Shades of Dodger Blue #0BA4FD

Tints of Dodger Blue #0BA4FD

Color information

#0BA4FD (or 0x0BA4FD) is unknown color: approx Dodger Blue. HEX triplet: 0B, A4 and FD. RGB value is (11,164,253). Sum of RGB (Red+Green+Blue) = 11+164+253=428 (56% of max value = 765). Red value is 11 (4.69% from 255 or 2.57% from 428); Green value is 164 (64.45% from 255 or 38.32% from 428); Blue value is 253 (99.22% from 255 or 59.11% from 428); Max value from RGB is 253 - color contains mainly: blue. Hex color #0BA4FD is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0BA4FD is #F45B02. Grayscale: #7F7F7F. Windows color (decimal): -16014083 or 16622603. OLE color: 16622603.

HSL color Cylindrical-coordinate representation of color #0BA4FD: hue angle of 202.07º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0BA4FD is Cyan = 0.96, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB11164253-
CMYK0.960.3500.01
HSL202.07º98.37%51.76%-
HSV(B)202.07º95.65%99.22%-
XYZ31.1433.7197.79-
YUV128.4198.3144.26-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 2.57%
GREEN value IS 164 (64.45% from 255) = 38.32%
BLUE value IS 253 (99.22% from 255) = 59.11%
R=2.57%
G=38.32%
B=59.11%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal111642530.960.3500.01202.0798.3751.76
HexBA4FD602301ca6234
Octal13244375140430131214264
Binary10111010010011111101110000010001101110010101100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0BA4FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,164,253); }

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

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

 a { background-color: rgb(11,164,253); }

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

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

 span { border-color: rgb(11,164,253); }

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