Html Css Color HEX #010AD8 Medium Blue

📋 copy color: '#010AD8'

red 1 ◦ green 10 ◦ blue 216

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

Shades of Medium Blue #010AD8

Tints of Medium Blue #010AD8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 95.15%

R = 0.44%
G = 4.41%
B = 95.15%

CMYK

 C value IS 1.00

 M value IS 0.95

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#010AD8 (or 0x010AD8) is known color: Medium Blue. HEX triplet: 01, 0A and D8. RGB value is (1,10,216). Sum of RGB (Red+Green+Blue) = 1+10+216=227 (30% of max value = 765). Red value is 1 (0.78% from 255 or 0.44% from 227); Green value is 10 (4.30% from 255 or 4.41% from 227); Blue value is 216 (84.77% from 255 or 95.15% from 227); Max value from RGB is 216 - color contains mainly: blue. Hex color #010AD8 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #010AD8 is #FEF527. Grayscale: #1D1D1D. Windows color (decimal): -16708904 or 14158337. OLE color: 14158337.

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

Color convert

RGB 1 10 216 -
CMYK 1.00 0.95 0 0.15
HSL 237.49º 0.99% 0.43% -
HSV(B) 237.49º 1% 0.85% -
XYZ 12.52 5.18 65.31 -
YUV 30.79 232.52 106.75 -
System Red Green Blue C M Y K H S L
Decimal 1 10 216 1.00 0.95 0 0.15 237.49 0.99 0.43
Hex 1 A D8 64 5F 0 F ED 63 2B
Octal 1 12 330 144 137 0 17 355 143 53
Binary 1 1010 11011000 1100100 1011111 0 1111 11101101 1100011 101011

Color Harmonies of #010AD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010AD8

Black with #010AD8

Text Example


Text Example

White with #010AD8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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