Html Css Color HEX #089EFA Dodger Blue

📋 copy color: '#089EFA'

red 8 ◦ green 158 ◦ blue 250

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

Shades of Dodger Blue #089EFA

Tints of Dodger Blue #089EFA

RGB

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

 GREEN value IS 158 (62.11% from 255) = 37.98%

 BLUE value IS 250 (98.05% from 255) = 60.1%

R = 1.92%
G = 37.98%
B = 60.1%

CMYK

 C value IS 0.97

 M value IS 0.37

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#089EFA (or 0x089EFA) is known color: Dodger Blue. HEX triplet: 08, 9E and FA. RGB value is (8,158,250). Sum of RGB (Red+Green+Blue) = 8+158+250=416 (55% of max value = 765). Red value is 8 (3.52% from 255 or 1.92% from 416); Green value is 158 (62.11% from 255 or 37.98% from 416); Blue value is 250 (98.05% from 255 or 60.10% from 416); Max value from RGB is 250 - color contains mainly: blue. Hex color #089EFA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #089EFA is #F76105. Grayscale: #7B7B7B. Windows color (decimal): -16212230 or 16424456. OLE color: 16424456.

HSL color Cylindrical-coordinate representation of color #089EFA: hue angle of 202.81º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #089EFA is Cyan = 0.97, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 8 158 250 -
CMYK 0.97 0.37 0 0.02
HSL 202.81º 0.96% 0.51% -
HSV(B) 202.81º 0.97% 0.98% -
XYZ 29.58 31.41 94.95 -
YUV 123.64 199.31 45.52 -
System Red Green Blue C M Y K H S L
Decimal 8 158 250 0.97 0.37 0 0.02 202.81 0.96 0.51
Hex 8 9E FA 61 25 0 2 CB 60 33
Octal 10 236 372 141 45 0 2 313 140 63
Binary 1000 10011110 11111010 1100001 100101 0 10 11001011 1100000 110011

Color Harmonies of #089EFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #089EFA

Black with #089EFA

Text Example


Text Example

White with #089EFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(8,158,250); }

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

background-color css

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

 a { background-color: rgb(8,158,250); }

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

border-color css

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

 span { border-color: rgb(8,158,250); }

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