Html Css Color HEX #089AFF Dodger Blue

📋 copy color: '#089AFF'

red 8 ◦ green 154 ◦ blue 255

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

Shades of Dodger Blue #089AFF

Tints of Dodger Blue #089AFF

RGB

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

 GREEN value IS 154 (60.55% from 255) = 36.93%

 BLUE value IS 255 (100% from 255) = 61.15%

R = 1.92%
G = 36.93%
B = 61.15%

CMYK

 C value IS 0.97

 M value IS 0.40

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#089AFF (or 0x089AFF) is known color: Dodger Blue. HEX triplet: 08, 9A and FF. RGB value is (8,154,255). Sum of RGB (Red+Green+Blue) = 8+154+255=417 (55% of max value = 765). Red value is 8 (3.52% from 255 or 1.92% from 417); Green value is 154 (60.55% from 255 or 36.93% from 417); Blue value is 255 (100% from 255 or 61.15% from 417); Max value from RGB is 255 - color contains mainly: blue. Hex color #089AFF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #089AFF is #F76500. Grayscale: #797979. Windows color (decimal): -16213249 or 16751112. OLE color: 16751112.

HSL color Cylindrical-coordinate representation of color #089AFF: hue angle of 204.53º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #089AFF is Cyan = 0.97, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 8 154 255 -
CMYK 0.97 0.40 0 0
HSL 204.53º 1% 0.52% -
HSV(B) 204.53º 0.97% 1% -
XYZ 29.71 30.38 98.91 -
YUV 121.86 203.13 46.79 -
System Red Green Blue C M Y K H S L
Decimal 8 154 255 0.97 0.40 0 0 204.53 1 0.52
Hex 8 9A FF 61 28 0 0 CD 64 34
Octal 10 232 377 141 50 0 0 315 144 64
Binary 1000 10011010 11111111 1100001 101000 0 0 11001101 1100100 110100

Color Harmonies of #089AFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #089AFF

Black with #089AFF

Text Example


Text Example

White with #089AFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(8,154,255); }

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

background-color css

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

 a { background-color: rgb(8,154,255); }

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

border-color css

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

 span { border-color: rgb(8,154,255); }

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