Html Css Color HEX #089BEA Dodger Blue

📋 copy color: '#089BEA'

red 8 ◦ green 155 ◦ blue 234

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

Shades of Dodger Blue #089BEA

Tints of Dodger Blue #089BEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 58.94%

R = 2.02%
G = 39.04%
B = 58.94%

CMYK

 C value IS 0.97

 M value IS 0.34

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#089BEA (or 0x089BEA) is known color: Dodger Blue. HEX triplet: 08, 9B and EA. RGB value is (8,155,234). Sum of RGB (Red+Green+Blue) = 8+155+234=397 (52% of max value = 765). Red value is 8 (3.52% from 255 or 2.02% from 397); Green value is 155 (60.94% from 255 or 39.04% from 397); Blue value is 234 (91.80% from 255 or 58.94% from 397); Max value from RGB is 234 - color contains mainly: blue. Hex color #089BEA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #089BEA is #F76415. Grayscale: #777777. Windows color (decimal): -16213014 or 15375112. OLE color: 15375112.

HSL color Cylindrical-coordinate representation of color #089BEA: hue angle of 200.97º degrees, saturation: 0.93, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #089BEA is Cyan = 0.97, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 8 155 234 -
CMYK 0.97 0.34 0 0.08
HSL 200.97º 0.93% 0.47% -
HSV(B) 200.97º 0.97% 0.92% -
XYZ 26.67 29.43 82.12 -
YUV 120.05 192.3 48.08 -
System Red Green Blue C M Y K H S L
Decimal 8 155 234 0.97 0.34 0 0.08 200.97 0.93 0.47
Hex 8 9B EA 61 22 0 8 C9 5D 2F
Octal 10 233 352 141 42 0 10 311 135 57
Binary 1000 10011011 11101010 1100001 100010 0 1000 11001001 1011101 101111

Color Harmonies of #089BEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #089BEA

Black with #089BEA

Text Example


Text Example

White with #089BEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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