Html Css Color HEX #010FDC Medium Blue

📋 copy color: '#010FDC'

red 1 ◦ green 15 ◦ blue 220

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

Shades of Medium Blue #010FDC

Tints of Medium Blue #010FDC

RGB

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

 GREEN value IS 15 (6.25% from 255) = 6.36%

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

R = 0.42%
G = 6.36%
B = 93.22%

CMYK

 C value IS 1.00

 M value IS 0.93

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#010FDC (or 0x010FDC) is known color: Medium Blue. HEX triplet: 01, 0F and DC. RGB value is (1,15,220). Sum of RGB (Red+Green+Blue) = 1+15+220=236 (31% of max value = 765). Red value is 1 (0.78% from 255 or 0.42% from 236); Green value is 15 (6.25% from 255 or 6.36% from 236); Blue value is 220 (86.33% from 255 or 93.22% from 236); Max value from RGB is 220 - color contains mainly: blue. Hex color #010FDC is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #010FDC is #FEF023. Grayscale: #212121. Windows color (decimal): -16707620 or 14421761. OLE color: 14421761.

HSL color Cylindrical-coordinate representation of color #010FDC: hue angle of 236.16º 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 #010FDC is Cyan = 1.00, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 1 15 220 -
CMYK 1.00 0.93 0 0.14
HSL 236.16º 0.99% 0.43% -
HSV(B) 236.16º 1% 0.86% -
XYZ 13.1 5.52 68.08 -
YUV 34.18 232.86 104.33 -
System Red Green Blue C M Y K H S L
Decimal 1 15 220 1.00 0.93 0 0.14 236.16 0.99 0.43
Hex 1 F DC 64 5D 0 E EC 63 2B
Octal 1 17 334 144 135 0 16 354 143 53
Binary 1 1111 11011100 1100100 1011101 0 1110 11101100 1100011 101011

Color Harmonies of #010FDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010FDC

Black with #010FDC

Text Example


Text Example

White with #010FDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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