Html Css Color HEX #0B89F8 Dodger Blue

📋 copy color: '#0B89F8'

red 11 ◦ green 137 ◦ blue 248

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

Shades of Dodger Blue #0B89F8

Tints of Dodger Blue #0B89F8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 62.63%

R = 2.78%
G = 34.6%
B = 62.63%

CMYK

 C value IS 0.96

 M value IS 0.45

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#0B89F8 (or 0x0B89F8) is known color: Dodger Blue. HEX triplet: 0B, 89 and F8. RGB value is (11,137,248). Sum of RGB (Red+Green+Blue) = 11+137+248=396 (52% of max value = 765). Red value is 11 (4.69% from 255 or 2.78% from 396); Green value is 137 (53.91% from 255 or 34.60% from 396); Blue value is 248 (97.27% from 255 or 62.63% from 396); Max value from RGB is 248 - color contains mainly: blue. Hex color #0B89F8 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0B89F8 is #F47607. Grayscale: #6F6F6F. Windows color (decimal): -16021000 or 16288011. OLE color: 16288011.

HSL color Cylindrical-coordinate representation of color #0B89F8: hue angle of 208.1º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0B89F8 is Cyan = 0.96, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 11 137 248 -
CMYK 0.96 0.45 0 0.03
HSL 208.1º 0.94% 0.51% -
HSV(B) 208.1º 0.96% 0.97% -
XYZ 26.03 24.74 92.21 -
YUV 111.98 204.76 55.97 -
System Red Green Blue C M Y K H S L
Decimal 11 137 248 0.96 0.45 0 0.03 208.1 0.94 0.51
Hex B 89 F8 60 2D 0 3 D0 5E 33
Octal 13 211 370 140 55 0 3 320 136 63
Binary 1011 10001001 11111000 1100000 101101 0 11 11010000 1011110 110011

Color Harmonies of #0B89F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B89F8

Black with #0B89F8

Text Example


Text Example

White with #0B89F8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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