#0B89E0

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

Shades of Dodger Blue #0B89E0

Tints of Dodger Blue #0B89E0

Color information

#0B89E0 (or 0x0B89E0) is unknown color: approx Dodger Blue. HEX triplet: 0B, 89 and E0. RGB value is (11,137,224). Sum of RGB (Red+Green+Blue) = 11+137+224=372 (49% of max value = 765). Red value is 11 (4.69% from 255 or 2.96% from 372); Green value is 137 (53.91% from 255 or 36.83% from 372); Blue value is 224 (87.89% from 255 or 60.22% from 372); Max value from RGB is 224 - color contains mainly: blue. Hex color #0B89E0 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0B89E0 is #F4761F. Grayscale: #6C6C6C. Windows color (decimal): -16021024 or 14715147. OLE color: 14715147.

HSL color Cylindrical-coordinate representation of color #0B89E0: hue angle of 204.51º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0B89E0 is Cyan = 0.95, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB11137224-
CMYK0.950.3900.12
HSL204.51º90.64%46.08%-
HSV(B)204.51º95.09%87.84%-
XYZ22.5423.3473.84-
YUV109.24192.7657.93-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 2.96%
GREEN value IS 137 (53.91% from 255) = 36.83%
BLUE value IS 224 (87.89% from 255) = 60.22%
R=2.96%
G=36.83%
B=60.22%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal111372240.950.3900.12204.5190.6446.08
HexB89E05F270Ccd5b2e
Octal132113401374701431513356
Binary10111000100111100000101111110011101100110011011011011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B89E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,137,224); }

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

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

 a { background-color: rgb(11,137,224); }

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

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

 span { border-color: rgb(11,137,224); }

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