Html Css Color HEX #0989F5 Dodger Blue

📋 copy color: '#0989F5'

red 9 ◦ green 137 ◦ blue 245

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

Shades of Dodger Blue #0989F5

Tints of Dodger Blue #0989F5

RGB

 RED value IS 9 (3.91% from 255) = 2.3%

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

 BLUE value IS 245 (96.09% from 255) = 62.66%

R = 2.3%
G = 35.04%
B = 62.66%

CMYK

 C value IS 0.96

 M value IS 0.44

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#0989F5 (or 0x0989F5) is known color: Dodger Blue. HEX triplet: 09, 89 and F5. RGB value is (9,137,245). Sum of RGB (Red+Green+Blue) = 9+137+245=391 (51% of max value = 765). Red value is 9 (3.91% from 255 or 2.30% from 391); Green value is 137 (53.91% from 255 or 35.04% from 391); Blue value is 245 (96.09% from 255 or 62.66% from 391); Max value from RGB is 245 - color contains mainly: blue. Hex color #0989F5 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0989F5 is #F6760A. Grayscale: #6E6E6E. Windows color (decimal): -16152075 or 16091401. OLE color: 16091401.

HSL color Cylindrical-coordinate representation of color #0989F5: hue angle of 207.46º degrees, saturation: 0.93, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0989F5 is Cyan = 0.96, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 9 137 245 -
CMYK 0.96 0.44 0 0.04
HSL 207.46º 0.93% 0.5% -
HSV(B) 207.46º 0.96% 0.96% -
XYZ 25.54 24.54 89.78 -
YUV 111.04 203.59 55.22 -
System Red Green Blue C M Y K H S L
Decimal 9 137 245 0.96 0.44 0 0.04 207.46 0.93 0.5
Hex 9 89 F5 60 2C 0 4 CF 5D 32
Octal 11 211 365 140 54 0 4 317 135 62
Binary 1001 10001001 11110101 1100000 101100 0 100 11001111 1011101 110010

Color Harmonies of #0989F5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0989F5

Black with #0989F5

Text Example


Text Example

White with #0989F5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0989F5; }

 p { color: rgb(9,137,245); }

 H1.HeaderClassName
 {
   color: #0989F5;
 }
 .AnyTagClassName
 {
   color: #0989F5;
 }
</style>

background-color css

<style>
 a { background-color: #0989F5; }

 a { background-color: rgb(9,137,245); }

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

border-color css

<style>
 span { border-color: #0989F5; }

 span { border-color: rgb(9,137,245); }

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