Html Css Color HEX #0011D0 Medium Blue

📋 copy color: '#0011D0'

red 0 ◦ green 17 ◦ blue 208

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

Shades of Medium Blue #0011D0

Tints of Medium Blue #0011D0

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 17 (7.03% from 255) = 7.56%

 BLUE value IS 208 (81.64% from 255) = 92.44%

R = 0%
G = 7.56%
B = 92.44%

CMYK

 C value IS 1

 M value IS 0.92

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#0011D0 (or 0x0011D0) is known color: Medium Blue. HEX triplet: 00, 11 and D0. RGB value is (0,17,208). Sum of RGB (Red+Green+Blue) = 0+17+208=225 (29% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 225); Green value is 17 (7.03% from 255 or 7.56% from 225); Blue value is 208 (81.64% from 255 or 92.44% from 225); Max value from RGB is 208 - color contains mainly: blue. Hex color #0011D0 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0011D0 is #FFEE2F. Grayscale: #202020. Windows color (decimal): -16772656 or 13635840. OLE color: 13635840.

HSL color Cylindrical-coordinate representation of color #0011D0: hue angle of 235.1º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0011D0 is Cyan = 1, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 0 17 208 -
CMYK 1 0.92 0 0.18
HSL 235.1º 1% 0.41% -
HSV(B) 235.1º 1% 0.82% -
XYZ 11.59 4.95 60.02 -
YUV 33.69 226.37 103.97 -
System Red Green Blue C M Y K H S L
Decimal 0 17 208 1 0.92 0 0.18 235.1 1 0.41
Hex 0 11 D0 64 5C 0 12 EB 64 29
Octal 0 21 320 144 134 0 22 353 144 51
Binary 0 10001 11010000 1100100 1011100 0 10010 11101011 1100100 101001

Color Harmonies of #0011D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0011D0

Black with #0011D0

Text Example


Text Example

White with #0011D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0011D0; }

 p { color: rgb(0,17,208); }

 H1.HeaderClassName
 {
   color: #0011D0;
 }
 .AnyTagClassName
 {
   color: #0011D0;
 }
</style>

background-color css

<style>
 a { background-color: #0011D0; }

 a { background-color: rgb(0,17,208); }

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

border-color css

<style>
 span { border-color: #0011D0; }

 span { border-color: rgb(0,17,208); }

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