Html Css Color HEX #0107CD Medium Blue

📋 copy color: '#0107CD'

red 1 ◦ green 7 ◦ blue 205

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

Shades of Medium Blue #0107CD

Tints of Medium Blue #0107CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 96.24%

R = 0.47%
G = 3.29%
B = 96.24%

CMYK

 C value IS 1.00

 M value IS 0.97

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#0107CD (or 0x0107CD) is known color: Medium Blue. HEX triplet: 01, 07 and CD. RGB value is (1,7,205). Sum of RGB (Red+Green+Blue) = 1+7+205=213 (28% of max value = 765). Red value is 1 (0.78% from 255 or 0.47% from 213); Green value is 7 (3.12% from 255 or 3.29% from 213); Blue value is 205 (80.47% from 255 or 96.24% from 213); Max value from RGB is 205 - color contains mainly: blue. Hex color #0107CD is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0107CD is #FEF832. Grayscale: #1A1A1A. Windows color (decimal): -16709683 or 13436673. OLE color: 13436673.

HSL color Cylindrical-coordinate representation of color #0107CD: hue angle of 238.24º degrees, saturation: 0.99, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0107CD is Cyan = 1.00, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 1 7 205 -
CMYK 1.00 0.97 0 0.20
HSL 238.24º 0.99% 0.4% -
HSV(B) 238.24º 1% 0.8% -
XYZ 11.11 4.57 58.05 -
YUV 27.78 228.01 108.9 -
System Red Green Blue C M Y K H S L
Decimal 1 7 205 1.00 0.97 0 0.20 238.24 0.99 0.4
Hex 1 7 CD 64 61 0 14 EE 63 28
Octal 1 7 315 144 141 0 24 356 143 50
Binary 1 111 11001101 1100100 1100001 0 10100 11101110 1100011 101000

Color Harmonies of #0107CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0107CD

Black with #0107CD

Text Example


Text Example

White with #0107CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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