Html Css Color HEX #0983EC Dodger Blue

📋 copy color: '#0983EC'

red 9 ◦ green 131 ◦ blue 236

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

Shades of Dodger Blue #0983EC

Tints of Dodger Blue #0983EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 62.77%

R = 2.39%
G = 34.84%
B = 62.77%

CMYK

 C value IS 0.96

 M value IS 0.44

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#0983EC (or 0x0983EC) is known color: Dodger Blue. HEX triplet: 09, 83 and EC. RGB value is (9,131,236). Sum of RGB (Red+Green+Blue) = 9+131+236=376 (49% of max value = 765). Red value is 9 (3.91% from 255 or 2.39% from 376); Green value is 131 (51.56% from 255 or 34.84% from 376); Blue value is 236 (92.58% from 255 or 62.77% from 376); Max value from RGB is 236 - color contains mainly: blue. Hex color #0983EC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0983EC is #F67C13. Grayscale: #696969. Windows color (decimal): -16153620 or 15500041. OLE color: 15500041.

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

Color convert

RGB 9 131 236 -
CMYK 0.96 0.44 0 0.07
HSL 207.75º 0.93% 0.48% -
HSV(B) 207.75º 0.96% 0.93% -
XYZ 23.37 22.35 82.44 -
YUV 106.49 201.08 58.46 -
System Red Green Blue C M Y K H S L
Decimal 9 131 236 0.96 0.44 0 0.07 207.75 0.93 0.48
Hex 9 83 EC 60 2C 0 7 D0 5D 30
Octal 11 203 354 140 54 0 7 320 135 60
Binary 1001 10000011 11101100 1100000 101100 0 111 11010000 1011101 110000

Color Harmonies of #0983EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0983EC

Black with #0983EC

Text Example


Text Example

White with #0983EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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