Html Css Color HEX #0889F2 Dodger Blue

📋 copy color: '#0889F2'

red 8 ◦ green 137 ◦ blue 242

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

Shades of Dodger Blue #0889F2

Tints of Dodger Blue #0889F2

RGB

 RED value IS 8 (3.52% from 255) = 2.07%

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

 BLUE value IS 242 (94.92% from 255) = 62.53%

R = 2.07%
G = 35.4%
B = 62.53%

CMYK

 C value IS 0.97

 M value IS 0.43

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#0889F2 (or 0x0889F2) is known color: Dodger Blue. HEX triplet: 08, 89 and F2. RGB value is (8,137,242). Sum of RGB (Red+Green+Blue) = 8+137+242=387 (51% of max value = 765). Red value is 8 (3.52% from 255 or 2.07% from 387); Green value is 137 (53.91% from 255 or 35.40% from 387); Blue value is 242 (94.92% from 255 or 62.53% from 387); Max value from RGB is 242 - color contains mainly: blue. Hex color #0889F2 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0889F2 is #F7760D. Grayscale: #6D6D6D. Windows color (decimal): -16217614 or 15894792. OLE color: 15894792.

HSL color Cylindrical-coordinate representation of color #0889F2: hue angle of 206.92º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0889F2 is Cyan = 0.97, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 8 137 242 -
CMYK 0.97 0.43 0 0.05
HSL 206.92º 0.94% 0.49% -
HSV(B) 206.92º 0.97% 0.95% -
XYZ 25.07 24.35 87.38 -
YUV 110.4 202.26 54.96 -
System Red Green Blue C M Y K H S L
Decimal 8 137 242 0.97 0.43 0 0.05 206.92 0.94 0.49
Hex 8 89 F2 61 2B 0 5 CF 5E 31
Octal 10 211 362 141 53 0 5 317 136 61
Binary 1000 10001001 11110010 1100001 101011 0 101 11001111 1011110 110001

Color Harmonies of #0889F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0889F2

Black with #0889F2

Text Example


Text Example

White with #0889F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0889F2; }

 p { color: rgb(8,137,242); }

 H1.HeaderClassName
 {
   color: #0889F2;
 }
 .AnyTagClassName
 {
   color: #0889F2;
 }
</style>

background-color css

<style>
 a { background-color: #0889F2; }

 a { background-color: rgb(8,137,242); }

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

border-color css

<style>
 span { border-color: #0889F2; }

 span { border-color: rgb(8,137,242); }

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