Html Css Color HEX #010ADE Medium Blue

📋 copy color: '#010ADE'

red 1 ◦ green 10 ◦ blue 222

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

Shades of Medium Blue #010ADE

Tints of Medium Blue #010ADE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 95.28%

R = 0.43%
G = 4.29%
B = 95.28%

CMYK

 C value IS 1.00

 M value IS 0.95

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#010ADE (or 0x010ADE) is known color: Medium Blue. HEX triplet: 01, 0A and DE. RGB value is (1,10,222). Sum of RGB (Red+Green+Blue) = 1+10+222=233 (30% of max value = 765). Red value is 1 (0.78% from 255 or 0.43% from 233); Green value is 10 (4.30% from 255 or 4.29% from 233); Blue value is 222 (87.11% from 255 or 95.28% from 233); Max value from RGB is 222 - color contains mainly: blue. Hex color #010ADE is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #010ADE is #FEF521. Grayscale: #1E1E1E. Windows color (decimal): -16708898 or 14551553. OLE color: 14551553.

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

Color convert

RGB 1 10 222 -
CMYK 1.00 0.95 0 0.13
HSL 237.56º 0.99% 0.44% -
HSV(B) 237.56º 1% 0.87% -
XYZ 13.31 5.5 69.47 -
YUV 31.48 235.52 106.26 -
System Red Green Blue C M Y K H S L
Decimal 1 10 222 1.00 0.95 0 0.13 237.56 0.99 0.44
Hex 1 A DE 64 5F 0 D EE 63 2C
Octal 1 12 336 144 137 0 15 356 143 54
Binary 1 1010 11011110 1100100 1011111 0 1101 11101110 1100011 101100

Color Harmonies of #010ADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010ADE

Black with #010ADE

Text Example


Text Example

White with #010ADE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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