Html Css Color HEX #089BFE Dodger Blue

📋 copy color: '#089BFE'

red 8 ◦ green 155 ◦ blue 254

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

Shades of Dodger Blue #089BFE

Tints of Dodger Blue #089BFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 60.91%

R = 1.92%
G = 37.17%
B = 60.91%

CMYK

 C value IS 0.97

 M value IS 0.39

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#089BFE (or 0x089BFE) is known color: Dodger Blue. HEX triplet: 08, 9B and FE. RGB value is (8,155,254). Sum of RGB (Red+Green+Blue) = 8+155+254=417 (55% of max value = 765). Red value is 8 (3.52% from 255 or 1.92% from 417); Green value is 155 (60.94% from 255 or 37.17% from 417); Blue value is 254 (99.61% from 255 or 60.91% from 417); Max value from RGB is 254 - color contains mainly: blue. Hex color #089BFE is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #089BFE is #F76401. Grayscale: #797979. Windows color (decimal): -16212994 or 16685832. OLE color: 16685832.

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

Color convert

RGB 8 155 254 -
CMYK 0.97 0.39 0 0.00
HSL 204.15º 0.99% 0.51% -
HSV(B) 204.15º 0.97% 1% -
XYZ 29.71 30.65 98.12 -
YUV 122.33 202.3 46.45 -
System Red Green Blue C M Y K H S L
Decimal 8 155 254 0.97 0.39 0 0.00 204.15 0.99 0.51
Hex 8 9B FE 61 27 0 0 CC 63 33
Octal 10 233 376 141 47 0 0 314 143 63
Binary 1000 10011011 11111110 1100001 100111 0 0 11001100 1100011 110011

Color Harmonies of #089BFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #089BFE

Black with #089BFE

Text Example


Text Example

White with #089BFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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