Html Css Color HEX #0983EB Dodger Blue

📋 copy color: '#0983EB'

red 9 ◦ green 131 ◦ blue 235

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

Shades of Dodger Blue #0983EB

Tints of Dodger Blue #0983EB

RGB

 RED value IS 9 (3.91% from 255) = 2.4%

 GREEN value IS 131 (51.56% from 255) = 34.93%

 BLUE value IS 235 (92.19% from 255) = 62.67%

R = 2.4%
G = 34.93%
B = 62.67%

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

#0983EB (or 0x0983EB) is known color: Dodger Blue. HEX triplet: 09, 83 and EB. RGB value is (9,131,235). Sum of RGB (Red+Green+Blue) = 9+131+235=375 (49% of max value = 765). Red value is 9 (3.91% from 255 or 2.4% from 375); Green value is 131 (51.56% from 255 or 34.93% from 375); Blue value is 235 (92.19% from 255 or 62.67% from 375); Max value from RGB is 235 - color contains mainly: blue. Hex color #0983EB is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0983EB is #F67C14. Grayscale: #696969. Windows color (decimal): -16153621 or 15434505. OLE color: 15434505.

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

Color convert

RGB 9 131 235 -
CMYK 0.96 0.44 0 0.08
HSL 207.61º 0.93% 0.48% -
HSV(B) 207.61º 0.96% 0.92% -
XYZ 23.22 22.29 81.68 -
YUV 106.38 200.58 58.54 -
System Red Green Blue C M Y K H S L
Decimal 9 131 235 0.96 0.44 0 0.08 207.61 0.93 0.48
Hex 9 83 EB 60 2C 0 8 D0 5D 30
Octal 11 203 353 140 54 0 10 320 135 60
Binary 1001 10000011 11101011 1100000 101100 0 1000 11010000 1011101 110000

Color Harmonies of #0983EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0983EB

Black with #0983EB

Text Example


Text Example

White with #0983EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #0983EB;
 }
 .AnyTagClassName
 {
   color: #0983EB;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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