Html Css Color HEX #010ED4 Medium Blue

📋 copy color: '#010ED4'

red 1 ◦ green 14 ◦ blue 212

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

Shades of Medium Blue #010ED4

Tints of Medium Blue #010ED4

RGB

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

 GREEN value IS 14 (5.86% from 255) = 6.17%

 BLUE value IS 212 (83.2% from 255) = 93.39%

R = 0.44%
G = 6.17%
B = 93.39%

CMYK

 C value IS 1.00

 M value IS 0.93

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#010ED4 (or 0x010ED4) is known color: Medium Blue. HEX triplet: 01, 0E and D4. RGB value is (1,14,212). Sum of RGB (Red+Green+Blue) = 1+14+212=227 (30% of max value = 765). Red value is 1 (0.78% from 255 or 0.44% from 227); Green value is 14 (5.86% from 255 or 6.17% from 227); Blue value is 212 (83.20% from 255 or 93.39% from 227); Max value from RGB is 212 - color contains mainly: blue. Hex color #010ED4 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #010ED4 is #FEF12B. Grayscale: #1F1F1F. Windows color (decimal): -16707884 or 13897217. OLE color: 13897217.

HSL color Cylindrical-coordinate representation of color #010ED4: hue angle of 236.3º degrees, saturation: 0.99, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 1%. Process color model (Four color, CMYK) of #010ED4 is Cyan = 1.00, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 1 14 212 -
CMYK 1.00 0.93 0 0.17
HSL 236.3º 0.99% 0.42% -
HSV(B) 236.3º 1% 0.83% -
XYZ 12.05 5.07 62.63 -
YUV 32.69 229.19 105.4 -
System Red Green Blue C M Y K H S L
Decimal 1 14 212 1.00 0.93 0 0.17 236.3 0.99 0.42
Hex 1 E D4 64 5D 0 11 EC 63 2A
Octal 1 16 324 144 135 0 21 354 143 52
Binary 1 1110 11010100 1100100 1011101 0 10001 11101100 1100011 101010

Color Harmonies of #010ED4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010ED4

Black with #010ED4

Text Example


Text Example

White with #010ED4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,14,212); }

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

background-color css

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

 a { background-color: rgb(1,14,212); }

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

border-color css

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

 span { border-color: rgb(1,14,212); }

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