Html Css Color HEX #0A80EC Dodger Blue

📋 copy color: '#0A80EC'

red 10 ◦ green 128 ◦ blue 236

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

Shades of Dodger Blue #0A80EC

Tints of Dodger Blue #0A80EC

RGB

 RED value IS 10 (4.3% from 255) = 2.67%

 GREEN value IS 128 (50.39% from 255) = 34.22%

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

R = 2.67%
G = 34.22%
B = 63.1%

CMYK

 C value IS 0.96

 M value IS 0.46

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#0A80EC (or 0x0A80EC) is known color: Dodger Blue. HEX triplet: 0A, 80 and EC. RGB value is (10,128,236). Sum of RGB (Red+Green+Blue) = 10+128+236=374 (49% of max value = 765). Red value is 10 (4.30% from 255 or 2.67% from 374); Green value is 128 (50.39% from 255 or 34.22% 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 #0A80EC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0A80EC is #F57F13. Grayscale: #686868. Windows color (decimal): -16088852 or 15499274. OLE color: 15499274.

HSL color Cylindrical-coordinate representation of color #0A80EC: hue angle of 208.67º degrees, saturation: 0.92, 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 #0A80EC is Cyan = 0.96, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 10 128 236 -
CMYK 0.96 0.46 0 0.07
HSL 208.67º 0.92% 0.48% -
HSV(B) 208.67º 0.96% 0.93% -
XYZ 22.98 21.56 82.31 -
YUV 105.03 201.91 60.22 -
System Red Green Blue C M Y K H S L
Decimal 10 128 236 0.96 0.46 0 0.07 208.67 0.92 0.48
Hex A 80 EC 60 2E 0 7 D1 5C 30
Octal 12 200 354 140 56 0 7 321 134 60
Binary 1010 10000000 11101100 1100000 101110 0 111 11010001 1011100 110000

Color Harmonies of #0A80EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A80EC

Black with #0A80EC

Text Example


Text Example

White with #0A80EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0A80EC; }

 p { color: rgb(10,128,236); }

 H1.HeaderClassName
 {
   color: #0A80EC;
 }
 .AnyTagClassName
 {
   color: #0A80EC;
 }
</style>

background-color css

<style>
 a { background-color: #0A80EC; }

 a { background-color: rgb(10,128,236); }

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

border-color css

<style>
 span { border-color: #0A80EC; }

 span { border-color: rgb(10,128,236); }

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