Html Css Color HEX #0889FF Dodger Blue

📋 copy color: '#0889FF'

red 8 ◦ green 137 ◦ blue 255

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

Shades of Dodger Blue #0889FF

Tints of Dodger Blue #0889FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 63.75%

R = 2%
G = 34.25%
B = 63.75%

CMYK

 C value IS 0.97

 M value IS 0.46

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#0889FF (or 0x0889FF) is known color: Dodger Blue. HEX triplet: 08, 89 and FF. RGB value is (8,137,255). Sum of RGB (Red+Green+Blue) = 8+137+255=400 (52% of max value = 765). Red value is 8 (3.52% from 255 or 2% from 400); Green value is 137 (53.91% from 255 or 34.25% from 400); Blue value is 255 (100% from 255 or 63.75% from 400); Max value from RGB is 255 - color contains mainly: blue. Hex color #0889FF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0889FF is #F77600. Grayscale: #6F6F6F. Windows color (decimal): -16217601 or 16746760. OLE color: 16746760.

HSL color Cylindrical-coordinate representation of color #0889FF: hue angle of 208.66º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0889FF is Cyan = 0.97, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 8 137 255 -
CMYK 0.97 0.46 0 0
HSL 208.66º 1% 0.52% -
HSV(B) 208.66º 0.97% 1% -
XYZ 27.1 25.16 98.04 -
YUV 111.88 208.76 53.91 -
System Red Green Blue C M Y K H S L
Decimal 8 137 255 0.97 0.46 0 0 208.66 1 0.52
Hex 8 89 FF 61 2E 0 0 D1 64 34
Octal 10 211 377 141 56 0 0 321 144 64
Binary 1000 10001001 11111111 1100001 101110 0 0 11010001 1100100 110100

Color Harmonies of #0889FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0889FF

Black with #0889FF

Text Example


Text Example

White with #0889FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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