#0984EA

Color #0984EA Dodger Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dodger Blue #0984EA

Tints of Dodger Blue #0984EA

Color information

#0984EA (or 0x0984EA) is unknown color: approx Dodger Blue. HEX triplet: 09, 84 and EA. RGB value is (9,132,234). Sum of RGB (Red+Green+Blue) = 9+132+234=375 (49% of max value = 765). Red value is 9 (3.91% from 255 or 2.4% from 375); Green value is 132 (51.95% from 255 or 35.2% from 375); Blue value is 234 (91.80% from 255 or 62.4% from 375); Max value from RGB is 234 - color contains mainly: blue. Hex color #0984EA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0984EA is #F67B15. Grayscale: #6A6A6A. Windows color (decimal): -16153366 or 15369225. OLE color: 15369225.

HSL color Cylindrical-coordinate representation of color #0984EA: hue angle of 207.2º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0984EA is Cyan = 0.96, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB9132234-
CMYK0.960.4400.08
HSL207.2º92.59%47.65%-
HSV(B)207.2º96.15%91.76%-
XYZ23.2222.580.96-
YUV106.85199.7558.21-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 2.4%
GREEN value IS 132 (51.95% from 255) = 35.2%
BLUE value IS 234 (91.80% from 255) = 62.4%
R=2.4%
G=35.2%
B=62.4%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal91322340.960.4400.08207.292.5947.65
Hex984EA602C08cf5d30
Octal112043521405401031713560
Binary10011000010011101010110000010110001000110011111011101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0984EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0984EA; }

 p { color: rgb(9,132,234); }

 H1.HeaderClassName
 {
   color: #0984EA;
 }
 .AnyTagClassName
 {
   color: #0984EA;
 }
</style>
background-color css

<style>
 a { background-color: #0984EA; }

 a { background-color: rgb(9,132,234); }

 div.DivClassName
 {
   background-color: #0984EA;
 }
 .BgClassName
 {
   background-color: #0984EA;
 }
</style>
border-color css

<style>
 span { border-color: #0984EA; }

 span { border-color: rgb(9,132,234); }

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