Html Css Color HEX #0B89EC Dodger Blue

📋 copy color: '#0B89EC'

red 11 ◦ green 137 ◦ blue 236

#0B89EC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dodger Blue #0B89EC

Tints of Dodger Blue #0B89EC

RGB

 RED value IS 11 (4.69% from 255) = 2.86%

 GREEN value IS 137 (53.91% from 255) = 35.68%

 BLUE value IS 236 (92.58% from 255) = 61.46%

R = 2.86%
G = 35.68%
B = 61.46%

CMYK

 C value IS 0.95

 M value IS 0.42

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#0B89EC (or 0x0B89EC) is known color: Dodger Blue. HEX triplet: 0B, 89 and EC. RGB value is (11,137,236). Sum of RGB (Red+Green+Blue) = 11+137+236=384 (50% of max value = 765). Red value is 11 (4.69% from 255 or 2.86% from 384); Green value is 137 (53.91% from 255 or 35.68% from 384); Blue value is 236 (92.58% from 255 or 61.46% from 384); Max value from RGB is 236 - color contains mainly: blue. Hex color #0B89EC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0B89EC is #F47613. Grayscale: #6E6E6E. Windows color (decimal): -16021012 or 15501579. OLE color: 15501579.

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

Color convert

RGB 11 137 236 -
CMYK 0.95 0.42 0 0.07
HSL 206.4º 0.91% 0.48% -
HSV(B) 206.4º 0.95% 0.93% -
XYZ 24.22 24.02 82.72 -
YUV 110.61 198.76 56.95 -
System Red Green Blue C M Y K H S L
Decimal 11 137 236 0.95 0.42 0 0.07 206.4 0.91 0.48
Hex B 89 EC 5F 2A 0 7 CE 5B 30
Octal 13 211 354 137 52 0 7 316 133 60
Binary 1011 10001001 11101100 1011111 101010 0 111 11001110 1011011 110000

Color Harmonies of #0B89EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B89EC

Black with #0B89EC

Text Example


Text Example

White with #0B89EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #0B89EC;
 }
 .AnyTagClassName
 {
   color: #0B89EC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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