Html Css Color HEX #089DEF Dodger Blue

📋 copy color: '#089DEF'

red 8 ◦ green 157 ◦ blue 239

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

Shades of Dodger Blue #089DEF

Tints of Dodger Blue #089DEF

RGB

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

 GREEN value IS 157 (61.72% from 255) = 38.86%

 BLUE value IS 239 (93.75% from 255) = 59.16%

R = 1.98%
G = 38.86%
B = 59.16%

CMYK

 C value IS 0.97

 M value IS 0.34

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#089DEF (or 0x089DEF) is known color: Dodger Blue. HEX triplet: 08, 9D and EF. RGB value is (8,157,239). Sum of RGB (Red+Green+Blue) = 8+157+239=404 (53% of max value = 765). Red value is 8 (3.52% from 255 or 1.98% from 404); Green value is 157 (61.72% from 255 or 38.86% from 404); Blue value is 239 (93.75% from 255 or 59.16% from 404); Max value from RGB is 239 - color contains mainly: blue. Hex color #089DEF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #089DEF is #F76210. Grayscale: #797979. Windows color (decimal): -16212497 or 15703304. OLE color: 15703304.

HSL color Cylindrical-coordinate representation of color #089DEF: hue angle of 201.3º degrees, saturation: 0.94, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #089DEF is Cyan = 0.97, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 8 157 239 -
CMYK 0.97 0.34 0 0.06
HSL 201.3º 0.94% 0.48% -
HSV(B) 201.3º 0.97% 0.94% -
XYZ 27.74 30.4 86.07 -
YUV 121.8 194.14 46.83 -
System Red Green Blue C M Y K H S L
Decimal 8 157 239 0.97 0.34 0 0.06 201.3 0.94 0.48
Hex 8 9D EF 61 22 0 6 C9 5E 30
Octal 10 235 357 141 42 0 6 311 136 60
Binary 1000 10011101 11101111 1100001 100010 0 110 11001001 1011110 110000

Color Harmonies of #089DEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #089DEF

Black with #089DEF

Text Example


Text Example

White with #089DEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(8,157,239); }

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

background-color css

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

 a { background-color: rgb(8,157,239); }

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

border-color css

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

 span { border-color: rgb(8,157,239); }

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