Html Css Color HEX #089BFF Dodger Blue

📋 copy color: '#089BFF'

red 8 ◦ green 155 ◦ blue 255

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

Shades of Dodger Blue #089BFF

Tints of Dodger Blue #089BFF

RGB

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

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

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

R = 1.91%
G = 37.08%
B = 61%

CMYK

 C value IS 0.97

 M value IS 0.39

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#089BFF (or 0x089BFF) is known color: Dodger Blue. HEX triplet: 08, 9B and FF. RGB value is (8,155,255). Sum of RGB (Red+Green+Blue) = 8+155+255=418 (55% of max value = 765). Red value is 8 (3.52% from 255 or 1.91% from 418); Green value is 155 (60.94% from 255 or 37.08% from 418); Blue value is 255 (100% from 255 or 61.00% from 418); Max value from RGB is 255 - color contains mainly: blue. Hex color #089BFF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #089BFF is #F76400. Grayscale: #797979. Windows color (decimal): -16212993 or 16751368. OLE color: 16751368.

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

Color convert

RGB 8 155 255 -
CMYK 0.97 0.39 0 0
HSL 204.29º 1% 0.52% -
HSV(B) 204.29º 0.97% 1% -
XYZ 29.87 30.71 98.96 -
YUV 122.45 202.8 46.37 -
System Red Green Blue C M Y K H S L
Decimal 8 155 255 0.97 0.39 0 0 204.29 1 0.52
Hex 8 9B FF 61 27 0 0 CC 64 34
Octal 10 233 377 141 47 0 0 314 144 64
Binary 1000 10011011 11111111 1100001 100111 0 0 11001100 1100100 110100

Color Harmonies of #089BFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #089BFF

Black with #089BFF

Text Example


Text Example

White with #089BFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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