Html Css Color HEX #0107DF Medium Blue

📋 copy color: '#0107DF'

red 1 ◦ green 7 ◦ blue 223

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

Shades of Medium Blue #0107DF

Tints of Medium Blue #0107DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 96.54%

R = 0.43%
G = 3.03%
B = 96.54%

CMYK

 C value IS 1.00

 M value IS 0.97

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#0107DF (or 0x0107DF) is known color: Medium Blue. HEX triplet: 01, 07 and DF. RGB value is (1,7,223). Sum of RGB (Red+Green+Blue) = 1+7+223=231 (30% of max value = 765). Red value is 1 (0.78% from 255 or 0.43% from 231); Green value is 7 (3.12% from 255 or 3.03% from 231); Blue value is 223 (87.5% from 255 or 96.54% from 231); Max value from RGB is 223 - color contains mainly: blue. Hex color #0107DF is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0107DF is #FEF820. Grayscale: #1C1C1C. Windows color (decimal): -16709665 or 14616321. OLE color: 14616321.

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

Color convert

RGB 1 7 223 -
CMYK 1.00 0.97 0 0.13
HSL 238.38º 0.99% 0.44% -
HSV(B) 238.38º 1% 0.87% -
XYZ 13.41 5.49 70.16 -
YUV 29.83 237.01 107.44 -
System Red Green Blue C M Y K H S L
Decimal 1 7 223 1.00 0.97 0 0.13 238.38 0.99 0.44
Hex 1 7 DF 64 61 0 D EE 63 2C
Octal 1 7 337 144 141 0 15 356 143 54
Binary 1 111 11011111 1100100 1100001 0 1101 11101110 1100011 101100

Color Harmonies of #0107DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0107DF

Black with #0107DF

Text Example


Text Example

White with #0107DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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