Html Css Color HEX #0089EB Dodger Blue

📋 copy color: '#0089EB'

red 0 ◦ green 137 ◦ blue 235

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

Shades of Dodger Blue #0089EB

Tints of Dodger Blue #0089EB

RGB

 RED value IS 0 (0.39% from 255) = 0%

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

 BLUE value IS 235 (92.19% from 255) = 63.17%

R = 0%
G = 36.83%
B = 63.17%

CMYK

 C value IS 1

 M value IS 0.42

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#0089EB (or 0x0089EB) is known color: Dodger Blue. HEX triplet: 00, 89 and EB. RGB value is (0,137,235). Sum of RGB (Red+Green+Blue) = 0+137+235=372 (49% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 372); Green value is 137 (53.91% from 255 or 36.83% from 372); Blue value is 235 (92.19% from 255 or 63.17% from 372); Max value from RGB is 235 - color contains mainly: blue. Hex color #0089EB is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0089EB is #FF7614. Grayscale: #6A6A6A. Windows color (decimal): -16741909 or 15436032. OLE color: 15436032.

HSL color Cylindrical-coordinate representation of color #0089EB: hue angle of 205.02º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0089EB is Cyan = 1, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 0 137 235 -
CMYK 1 0.42 0 0.08
HSL 205.02º 1% 0.46% -
HSV(B) 205.02º 1% 0.92% -
XYZ 23.94 23.89 81.95 -
YUV 107.21 200.11 51.53 -
System Red Green Blue C M Y K H S L
Decimal 0 137 235 1 0.42 0 0.08 205.02 1 0.46
Hex 0 89 EB 64 2A 0 8 CD 64 2E
Octal 0 211 353 144 52 0 10 315 144 56
Binary 0 10001001 11101011 1100100 101010 0 1000 11001101 1100100 101110

Color Harmonies of #0089EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0089EB

Black with #0089EB

Text Example


Text Example

White with #0089EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0089EB; }

 p { color: rgb(0,137,235); }

 H1.HeaderClassName
 {
   color: #0089EB;
 }
 .AnyTagClassName
 {
   color: #0089EB;
 }
</style>

background-color css

<style>
 a { background-color: #0089EB; }

 a { background-color: rgb(0,137,235); }

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

border-color css

<style>
 span { border-color: #0089EB; }

 span { border-color: rgb(0,137,235); }

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