#0983EA

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

Shades of Dodger Blue #0983EA

Tints of Dodger Blue #0983EA

Color information

#0983EA (or 0x0983EA) is unknown color: approx Dodger Blue. HEX triplet: 09, 83 and EA. RGB value is (9,131,234). Sum of RGB (Red+Green+Blue) = 9+131+234=374 (49% of max value = 765). Red value is 9 (3.91% from 255 or 2.41% from 374); Green value is 131 (51.56% from 255 or 35.03% from 374); Blue value is 234 (91.80% from 255 or 62.57% from 374); Max value from RGB is 234 - color contains mainly: blue. Hex color #0983EA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0983EA is #F67C15. Grayscale: #696969. Windows color (decimal): -16153622 or 15368969. OLE color: 15368969.

HSL color Cylindrical-coordinate representation of color #0983EA: hue angle of 207.47º 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 #0983EA is Cyan = 0.96, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB9131234-
CMYK0.960.4400.08
HSL207.47º92.59%47.65%-
HSV(B)207.47º96.15%91.76%-
XYZ23.0822.2380.92-
YUV106.26200.0858.62-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 2.41%
GREEN value IS 131 (51.56% from 255) = 35.03%
BLUE value IS 234 (91.80% from 255) = 62.57%
R=2.41%
G=35.03%
B=62.57%

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
Decimal91312340.960.4400.08207.4792.5947.65
Hex983EA602C08cf5d30
Octal112033521405401031713560
Binary10011000001111101010110000010110001000110011111011101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0983EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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