Html Css Color HEX #010ADC Medium Blue

📋 copy color: '#010ADC'

red 1 ◦ green 10 ◦ blue 220

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

Shades of Medium Blue #010ADC

Tints of Medium Blue #010ADC

RGB

 RED value IS 1 (0.78% from 255) = 0.43%

 GREEN value IS 10 (4.3% from 255) = 4.33%

 BLUE value IS 220 (86.33% from 255) = 95.24%

R = 0.43%
G = 4.33%
B = 95.24%

CMYK

 C value IS 1.00

 M value IS 0.95

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#010ADC (or 0x010ADC) is known color: Medium Blue. HEX triplet: 01, 0A and DC. RGB value is (1,10,220). Sum of RGB (Red+Green+Blue) = 1+10+220=231 (30% of max value = 765). Red value is 1 (0.78% from 255 or 0.43% from 231); Green value is 10 (4.30% from 255 or 4.33% from 231); Blue value is 220 (86.33% from 255 or 95.24% from 231); Max value from RGB is 220 - color contains mainly: blue. Hex color #010ADC is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #010ADC is #FEF523. Grayscale: #1E1E1E. Windows color (decimal): -16708900 or 14420481. OLE color: 14420481.

HSL color Cylindrical-coordinate representation of color #010ADC: hue angle of 237.53º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #010ADC is Cyan = 1.00, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 1 10 220 -
CMYK 1.00 0.95 0 0.14
HSL 237.53º 0.99% 0.43% -
HSV(B) 237.53º 1% 0.86% -
XYZ 13.04 5.39 68.06 -
YUV 31.25 234.52 106.42 -
System Red Green Blue C M Y K H S L
Decimal 1 10 220 1.00 0.95 0 0.14 237.53 0.99 0.43
Hex 1 A DC 64 5F 0 E EE 63 2B
Octal 1 12 334 144 137 0 16 356 143 53
Binary 1 1010 11011100 1100100 1011111 0 1110 11101110 1100011 101011

Color Harmonies of #010ADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010ADC

Black with #010ADC

Text Example


Text Example

White with #010ADC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #010ADC; }

 p { color: rgb(1,10,220); }

 H1.HeaderClassName
 {
   color: #010ADC;
 }
 .AnyTagClassName
 {
   color: #010ADC;
 }
</style>

background-color css

<style>
 a { background-color: #010ADC; }

 a { background-color: rgb(1,10,220); }

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

border-color css

<style>
 span { border-color: #010ADC; }

 span { border-color: rgb(1,10,220); }

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