Html Css Color HEX #089BF6 Dodger Blue

📋 copy color: '#089BF6'

red 8 ◦ green 155 ◦ blue 246

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

Shades of Dodger Blue #089BF6

Tints of Dodger Blue #089BF6

RGB

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

 GREEN value IS 155 (60.94% from 255) = 37.9%

 BLUE value IS 246 (96.48% from 255) = 60.15%

R = 1.96%
G = 37.9%
B = 60.15%

CMYK

 C value IS 0.97

 M value IS 0.37

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#089BF6 (or 0x089BF6) is known color: Dodger Blue. HEX triplet: 08, 9B and F6. RGB value is (8,155,246). Sum of RGB (Red+Green+Blue) = 8+155+246=409 (54% of max value = 765). Red value is 8 (3.52% from 255 or 1.96% from 409); Green value is 155 (60.94% from 255 or 37.90% from 409); Blue value is 246 (96.48% from 255 or 60.15% from 409); Max value from RGB is 246 - color contains mainly: blue. Hex color #089BF6 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #089BF6 is #F76409. Grayscale: #787878. Windows color (decimal): -16213002 or 16161544. OLE color: 16161544.

HSL color Cylindrical-coordinate representation of color #089BF6: hue angle of 202.94º degrees, saturation: 0.94, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #089BF6 is Cyan = 0.97, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 8 155 246 -
CMYK 0.97 0.37 0 0.04
HSL 202.94º 0.94% 0.5% -
HSV(B) 202.94º 0.97% 0.96% -
XYZ 28.46 30.15 91.51 -
YUV 121.42 198.3 47.1 -
System Red Green Blue C M Y K H S L
Decimal 8 155 246 0.97 0.37 0 0.04 202.94 0.94 0.5
Hex 8 9B F6 61 25 0 4 CB 5E 32
Octal 10 233 366 141 45 0 4 313 136 62
Binary 1000 10011011 11110110 1100001 100101 0 100 11001011 1011110 110010

Color Harmonies of #089BF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #089BF6

Black with #089BF6

Text Example


Text Example

White with #089BF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #089BF6; }

 p { color: rgb(8,155,246); }

 H1.HeaderClassName
 {
   color: #089BF6;
 }
 .AnyTagClassName
 {
   color: #089BF6;
 }
</style>

background-color css

<style>
 a { background-color: #089BF6; }

 a { background-color: rgb(8,155,246); }

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

border-color css

<style>
 span { border-color: #089BF6; }

 span { border-color: rgb(8,155,246); }

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