Html Css Color HEX #0981EC Dodger Blue

📋 copy color: '#0981EC'

red 9 ◦ green 129 ◦ blue 236

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

Shades of Dodger Blue #0981EC

Tints of Dodger Blue #0981EC

RGB

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

 GREEN value IS 129 (50.78% from 255) = 34.49%

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

R = 2.41%
G = 34.49%
B = 63.1%

CMYK

 C value IS 0.96

 M value IS 0.45

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#0981EC (or 0x0981EC) is known color: Dodger Blue. HEX triplet: 09, 81 and EC. RGB value is (9,129,236). Sum of RGB (Red+Green+Blue) = 9+129+236=374 (49% of max value = 765). Red value is 9 (3.91% from 255 or 2.41% from 374); Green value is 129 (50.78% from 255 or 34.49% from 374); Blue value is 236 (92.58% from 255 or 63.10% from 374); Max value from RGB is 236 - color contains mainly: blue. Hex color #0981EC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0981EC is #F67E13. Grayscale: #686868. Windows color (decimal): -16154132 or 15499529. OLE color: 15499529.

HSL color Cylindrical-coordinate representation of color #0981EC: hue angle of 208.28º 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 #0981EC is Cyan = 0.96, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 9 129 236 -
CMYK 0.96 0.45 0 0.07
HSL 208.28º 0.93% 0.48% -
HSV(B) 208.28º 0.96% 0.93% -
XYZ 23.1 21.81 82.35 -
YUV 105.32 201.74 59.3 -
System Red Green Blue C M Y K H S L
Decimal 9 129 236 0.96 0.45 0 0.07 208.28 0.93 0.48
Hex 9 81 EC 60 2D 0 7 D0 5D 30
Octal 11 201 354 140 55 0 7 320 135 60
Binary 1001 10000001 11101100 1100000 101101 0 111 11010000 1011101 110000

Color Harmonies of #0981EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0981EC

Black with #0981EC

Text Example


Text Example

White with #0981EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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