#0B96EA

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

Shades of Dodger Blue #0B96EA

Tints of Dodger Blue #0B96EA

Color information

#0B96EA (or 0x0B96EA) is unknown color: approx Dodger Blue. HEX triplet: 0B, 96 and EA. RGB value is (11,150,234). Sum of RGB (Red+Green+Blue) = 11+150+234=395 (52% of max value = 765). Red value is 11 (4.69% from 255 or 2.78% from 395); Green value is 150 (58.98% from 255 or 37.97% from 395); Blue value is 234 (91.80% from 255 or 59.24% from 395); Max value from RGB is 234 - color contains mainly: blue. Hex color #0B96EA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0B96EA is #F46915. Grayscale: #757575. Windows color (decimal): -16017686 or 15373835. OLE color: 15373835.

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

Color convert

RGB11150234-
CMYK0.950.3600.08
HSL202.6º91.02%48.04%-
HSV(B)202.6º95.3%91.76%-
XYZ25.927.8281.85-
YUV118.02193.4551.67-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 2.78%
GREEN value IS 150 (58.98% from 255) = 37.97%
BLUE value IS 234 (91.80% from 255) = 59.24%
R=2.78%
G=37.97%
B=59.24%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal111502340.950.3600.08202.691.0248.04
HexB96EA5F2408cb5b30
Octal132263521374401031313360
Binary10111001011011101010101111110010001000110010111011011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B96EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,150,234); }

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

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

 a { background-color: rgb(11,150,234); }

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

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

 span { border-color: rgb(11,150,234); }

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