Html Css Color HEX #089BF4 Dodger Blue

📋 copy color: '#089BF4'

red 8 ◦ green 155 ◦ blue 244

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

Shades of Dodger Blue #089BF4

Tints of Dodger Blue #089BF4

RGB

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

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

 BLUE value IS 244 (95.7% from 255) = 59.95%

R = 1.97%
G = 38.08%
B = 59.95%

CMYK

 C value IS 0.97

 M value IS 0.36

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#089BF4 (or 0x089BF4) is known color: Dodger Blue. HEX triplet: 08, 9B and F4. RGB value is (8,155,244). Sum of RGB (Red+Green+Blue) = 8+155+244=407 (53% of max value = 765). Red value is 8 (3.52% from 255 or 1.97% from 407); Green value is 155 (60.94% from 255 or 38.08% from 407); Blue value is 244 (95.70% from 255 or 59.95% from 407); Max value from RGB is 244 - color contains mainly: blue. Hex color #089BF4 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #089BF4 is #F7640B. Grayscale: #787878. Windows color (decimal): -16213004 or 16030472. OLE color: 16030472.

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

Color convert

RGB 8 155 244 -
CMYK 0.97 0.36 0 0.04
HSL 202.63º 0.94% 0.49% -
HSV(B) 202.63º 0.97% 0.96% -
XYZ 28.15 30.03 89.9 -
YUV 121.19 197.3 47.26 -
System Red Green Blue C M Y K H S L
Decimal 8 155 244 0.97 0.36 0 0.04 202.63 0.94 0.49
Hex 8 9B F4 61 24 0 4 CB 5E 31
Octal 10 233 364 141 44 0 4 313 136 61
Binary 1000 10011011 11110100 1100001 100100 0 100 11001011 1011110 110001

Color Harmonies of #089BF4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #089BF4

Black with #089BF4

Text Example


Text Example

White with #089BF4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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