Html Css Color HEX #0110DF Medium Blue

📋 copy color: '#0110DF'

red 1 ◦ green 16 ◦ blue 223

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

Shades of Medium Blue #0110DF

Tints of Medium Blue #0110DF

RGB

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

 GREEN value IS 16 (6.64% from 255) = 6.67%

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

R = 0.42%
G = 6.67%
B = 92.92%

CMYK

 C value IS 1.00

 M value IS 0.93

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#0110DF (or 0x0110DF) is known color: Medium Blue. HEX triplet: 01, 10 and DF. RGB value is (1,16,223). Sum of RGB (Red+Green+Blue) = 1+16+223=240 (31% of max value = 765). Red value is 1 (0.78% from 255 or 0.42% from 240); Green value is 16 (6.64% from 255 or 6.67% from 240); Blue value is 223 (87.5% from 255 or 92.92% from 240); Max value from RGB is 223 - color contains mainly: blue. Hex color #0110DF is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0110DF is #FEEF20. Grayscale: #222222. Windows color (decimal): -16707361 or 14618625. OLE color: 14618625.

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

Color convert

RGB 1 16 223 -
CMYK 1.00 0.93 0 0.13
HSL 235.95º 0.99% 0.44% -
HSV(B) 235.95º 1% 0.87% -
XYZ 13.52 5.7 70.2 -
YUV 35.11 234.03 103.67 -
System Red Green Blue C M Y K H S L
Decimal 1 16 223 1.00 0.93 0 0.13 235.95 0.99 0.44
Hex 1 10 DF 64 5D 0 D EC 63 2C
Octal 1 20 337 144 135 0 15 354 143 54
Binary 1 10000 11011111 1100100 1011101 0 1101 11101100 1100011 101100

Color Harmonies of #0110DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0110DF

Black with #0110DF

Text Example


Text Example

White with #0110DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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