Html Css Color HEX #0107DC Medium Blue

📋 copy color: '#0107DC'

red 1 ◦ green 7 ◦ blue 220

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

Shades of Medium Blue #0107DC

Tints of Medium Blue #0107DC

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.07%

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

R = 0.44%
G = 3.07%
B = 96.49%

CMYK

 C value IS 1.00

 M value IS 0.97

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#0107DC (or 0x0107DC) is known color: Medium Blue. HEX triplet: 01, 07 and DC. RGB value is (1,7,220). Sum of RGB (Red+Green+Blue) = 1+7+220=228 (30% of max value = 765). Red value is 1 (0.78% from 255 or 0.44% from 228); Green value is 7 (3.12% from 255 or 3.07% from 228); Blue value is 220 (86.33% from 255 or 96.49% from 228); Max value from RGB is 220 - color contains mainly: blue. Hex color #0107DC is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0107DC is #FEF823. Grayscale: #1C1C1C. Windows color (decimal): -16709668 or 14419713. OLE color: 14419713.

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

Color convert

RGB 1 7 220 -
CMYK 1.00 0.97 0 0.14
HSL 238.36º 0.99% 0.43% -
HSV(B) 238.36º 1% 0.86% -
XYZ 13.01 5.33 68.05 -
YUV 29.49 235.51 107.68 -
System Red Green Blue C M Y K H S L
Decimal 1 7 220 1.00 0.97 0 0.14 238.36 0.99 0.43
Hex 1 7 DC 64 61 0 E EE 63 2B
Octal 1 7 334 144 141 0 16 356 143 53
Binary 1 111 11011100 1100100 1100001 0 1110 11101110 1100011 101011

Color Harmonies of #0107DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0107DC

Black with #0107DC

Text Example


Text Example

White with #0107DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0107DC; }

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

 H1.HeaderClassName
 {
   color: #0107DC;
 }
 .AnyTagClassName
 {
   color: #0107DC;
 }
</style>

background-color css

<style>
 a { background-color: #0107DC; }

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

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

border-color css

<style>
 span { border-color: #0107DC; }

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

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