Html Css Color HEX #0983EA Dodger Blue

📋 copy color: '#0983EA'

red 9 ◦ green 131 ◦ blue 234

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

Shades of Dodger Blue #0983EA

Tints of Dodger Blue #0983EA

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.8% from 255) = 62.57%

R = 2.41%
G = 35.03%
B = 62.57%

CMYK

 C value IS 0.96

 M value IS 0.44

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#0983EA (or 0x0983EA) is known color: 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

RGB 9 131 234 -
CMYK 0.96 0.44 0 0.08
HSL 207.47º 0.93% 0.48% -
HSV(B) 207.47º 0.96% 0.92% -
XYZ 23.08 22.23 80.92 -
YUV 106.26 200.08 58.62 -
System Red Green Blue C M Y K H S L
Decimal 9 131 234 0.96 0.44 0 0.08 207.47 0.93 0.48
Hex 9 83 EA 60 2C 0 8 CF 5D 30
Octal 11 203 352 140 54 0 10 317 135 60
Binary 1001 10000011 11101010 1100000 101100 0 1000 11001111 1011101 110000

Color Harmonies of #0983EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0983EA

Black with #0983EA

Text Example


Text Example

White with #0983EA

Text Example


Text Example

HTML Codes & Css Web 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>