#0B9AE5

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

Shades of Dodger Blue #0B9AE5

Tints of Dodger Blue #0B9AE5

Color information

#0B9AE5 (or 0x0B9AE5) is unknown color: approx Dodger Blue. HEX triplet: 0B, 9A and E5. RGB value is (11,154,229). Sum of RGB (Red+Green+Blue) = 11+154+229=394 (52% of max value = 765). Red value is 11 (4.69% from 255 or 2.79% from 394); Green value is 154 (60.55% from 255 or 39.09% from 394); Blue value is 229 (89.84% from 255 or 58.12% from 394); Max value from RGB is 229 - color contains mainly: blue. Hex color #0B9AE5 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0B9AE5 is #F4651A. Grayscale: #777777. Windows color (decimal): -16016667 or 15047179. OLE color: 15047179.

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

Color convert

RGB11154229-
CMYK0.950.3300.10
HSL200.64º90.83%47.06%-
HSV(B)200.64º95.2%89.8%-
XYZ25.8428.8478.33-
YUV119.79189.6250.4-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 2.79%
GREEN value IS 154 (60.55% from 255) = 39.09%
BLUE value IS 229 (89.84% from 255) = 58.12%
R=2.79%
G=39.09%
B=58.12%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal111542290.950.3300.10200.6490.8347.06
HexB9AE55F210Ac95b2f
Octal132323451374101231113357
Binary10111001101011100101101111110000101010110010011011011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B9AE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,154,229); }

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

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

 a { background-color: rgb(11,154,229); }

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

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

 span { border-color: rgb(11,154,229); }

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