#0B9DE9

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

Shades of Dodger Blue #0B9DE9

Tints of Dodger Blue #0B9DE9

Color information

#0B9DE9 (or 0x0B9DE9) is unknown color: approx Dodger Blue. HEX triplet: 0B, 9D and E9. RGB value is (11,157,233). Sum of RGB (Red+Green+Blue) = 11+157+233=401 (53% of max value = 765). Red value is 11 (4.69% from 255 or 2.74% from 401); Green value is 157 (61.72% from 255 or 39.15% from 401); Blue value is 233 (91.41% from 255 or 58.10% from 401); Max value from RGB is 233 - color contains mainly: blue. Hex color #0B9DE9 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0B9DE9 is #F46216. Grayscale: #797979. Windows color (decimal): -16015895 or 15310091. OLE color: 15310091.

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

Color convert

RGB11157233-
CMYK0.950.3300.09
HSL200.54º90.98%47.84%-
HSV(B)200.54º95.28%91.37%-
XYZ26.930.0781.48-
YUV122.01190.6348.82-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 2.74%
GREEN value IS 157 (61.72% from 255) = 39.15%
BLUE value IS 233 (91.41% from 255) = 58.10%
R=2.74%
G=39.15%
B=58.10%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal111572330.950.3300.09200.5490.9847.84
HexB9DE95F2109c95b30
Octal132353511374101131113360
Binary10111001110111101001101111110000101001110010011011011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B9DE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,157,233); }

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

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

 a { background-color: rgb(11,157,233); }

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

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

 span { border-color: rgb(11,157,233); }

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