Html Css Color HEX #0A20D6 Medium Blue

📋 copy color: '#0A20D6'

red 10 ◦ green 32 ◦ blue 214

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

Shades of Medium Blue #0A20D6

Tints of Medium Blue #0A20D6

RGB

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

 GREEN value IS 32 (12.89% from 255) = 12.5%

 BLUE value IS 214 (83.98% from 255) = 83.59%

R = 3.91%
G = 12.5%
B = 83.59%

CMYK

 C value IS 0.95

 M value IS 0.85

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#0A20D6 (or 0x0A20D6) is known color: Medium Blue. HEX triplet: 0A, 20 and D6. RGB value is (10,32,214). Sum of RGB (Red+Green+Blue) = 10+32+214=256 (33% of max value = 765). Red value is 10 (4.30% from 255 or 3.91% from 256); Green value is 32 (12.89% from 255 or 12.5% from 256); Blue value is 214 (83.98% from 255 or 83.59% from 256); Max value from RGB is 214 - color contains mainly: blue. Hex color #0A20D6 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0A20D6 is #F5DF29. Grayscale: #2D2D2D. Windows color (decimal): -16113450 or 14032906. OLE color: 14032906.

HSL color Cylindrical-coordinate representation of color #0A20D6: hue angle of 233.53º degrees, saturation: 0.91, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0A20D6 is Cyan = 0.95, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 10 32 214 -
CMYK 0.95 0.85 0 0.16
HSL 233.53º 0.91% 0.44% -
HSV(B) 233.53º 0.95% 0.84% -
XYZ 12.78 5.95 64.09 -
YUV 46.17 222.71 102.2 -
System Red Green Blue C M Y K H S L
Decimal 10 32 214 0.95 0.85 0 0.16 233.53 0.91 0.44
Hex A 20 D6 5F 55 0 10 EA 5B 2C
Octal 12 40 326 137 125 0 20 352 133 54
Binary 1010 100000 11010110 1011111 1010101 0 10000 11101010 1011011 101100

Color Harmonies of #0A20D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A20D6

Black with #0A20D6

Text Example


Text Example

White with #0A20D6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,32,214); }

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

background-color css

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

 a { background-color: rgb(10,32,214); }

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

border-color css

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

 span { border-color: rgb(10,32,214); }

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