Html Css Color HEX #010ECF Medium Blue

📋 copy color: '#010ECF'

red 1 ◦ green 14 ◦ blue 207

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

Shades of Medium Blue #010ECF

Tints of Medium Blue #010ECF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 93.24%

R = 0.45%
G = 6.31%
B = 93.24%

CMYK

 C value IS 1.00

 M value IS 0.93

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#010ECF (or 0x010ECF) is known color: Medium Blue. HEX triplet: 01, 0E and CF. RGB value is (1,14,207). Sum of RGB (Red+Green+Blue) = 1+14+207=222 (29% of max value = 765). Red value is 1 (0.78% from 255 or 0.45% from 222); Green value is 14 (5.86% from 255 or 6.31% from 222); Blue value is 207 (81.25% from 255 or 93.24% from 222); Max value from RGB is 207 - color contains mainly: blue. Hex color #010ECF is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #010ECF is #FEF130. Grayscale: #1F1F1F. Windows color (decimal): -16707889 or 13569537. OLE color: 13569537.

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

Color convert

RGB 1 14 207 -
CMYK 1.00 0.93 0 0.19
HSL 236.21º 0.99% 0.41% -
HSV(B) 236.21º 1% 0.81% -
XYZ 11.43 4.83 59.36 -
YUV 32.12 226.69 105.81 -
System Red Green Blue C M Y K H S L
Decimal 1 14 207 1.00 0.93 0 0.19 236.21 0.99 0.41
Hex 1 E CF 64 5D 0 13 EC 63 29
Octal 1 16 317 144 135 0 23 354 143 51
Binary 1 1110 11001111 1100100 1011101 0 10011 11101100 1100011 101001

Color Harmonies of #010ECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010ECF

Black with #010ECF

Text Example


Text Example

White with #010ECF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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