Html Css Color HEX #089FEA Dodger Blue

📋 copy color: '#089FEA'

red 8 ◦ green 159 ◦ blue 234

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

Shades of Dodger Blue #089FEA

Tints of Dodger Blue #089FEA

RGB

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

 GREEN value IS 159 (62.5% from 255) = 39.65%

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

R = 2%
G = 39.65%
B = 58.35%

CMYK

 C value IS 0.97

 M value IS 0.32

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#089FEA (or 0x089FEA) is known color: Dodger Blue. HEX triplet: 08, 9F and EA. RGB value is (8,159,234). Sum of RGB (Red+Green+Blue) = 8+159+234=401 (53% of max value = 765). Red value is 8 (3.52% from 255 or 2.00% from 401); Green value is 159 (62.5% from 255 or 39.65% from 401); Blue value is 234 (91.80% from 255 or 58.35% from 401); Max value from RGB is 234 - color contains mainly: blue. Hex color #089FEA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #089FEA is #F76015. Grayscale: #797979. Windows color (decimal): -16211990 or 15376136. OLE color: 15376136.

HSL color Cylindrical-coordinate representation of color #089FEA: hue angle of 199.91º 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 #089FEA is Cyan = 0.97, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 8 159 234 -
CMYK 0.97 0.32 0 0.08
HSL 199.91º 0.93% 0.47% -
HSV(B) 199.91º 0.97% 0.92% -
XYZ 27.35 30.79 82.34 -
YUV 122.4 190.97 46.4 -
System Red Green Blue C M Y K H S L
Decimal 8 159 234 0.97 0.32 0 0.08 199.91 0.93 0.47
Hex 8 9F EA 61 20 0 8 C8 5D 2F
Octal 10 237 352 141 40 0 10 310 135 57
Binary 1000 10011111 11101010 1100001 100000 0 1000 11001000 1011101 101111

Color Harmonies of #089FEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #089FEA

Black with #089FEA

Text Example


Text Example

White with #089FEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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