Html Css Color HEX #0017DC Medium Blue

📋 copy color: '#0017DC'

red 0 ◦ green 23 ◦ blue 220

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

Shades of Medium Blue #0017DC

Tints of Medium Blue #0017DC

RGB

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

 GREEN value IS 23 (9.38% from 255) = 9.47%

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

R = 0%
G = 9.47%
B = 90.53%

CMYK

 C value IS 1

 M value IS 0.90

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#0017DC (or 0x0017DC) is known color: Medium Blue. HEX triplet: 00, 17 and DC. RGB value is (0,23,220). Sum of RGB (Red+Green+Blue) = 0+23+220=243 (32% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 243); Green value is 23 (9.38% from 255 or 9.47% from 243); Blue value is 220 (86.33% from 255 or 90.53% from 243); Max value from RGB is 220 - color contains mainly: blue. Hex color #0017DC is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0017DC is #FFE823. Grayscale: #252525. Windows color (decimal): -16771108 or 14423808. OLE color: 14423808.

HSL color Cylindrical-coordinate representation of color #0017DC: hue angle of 233.73º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0017DC is Cyan = 1, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 0 23 220 -
CMYK 1 0.90 0 0.14
HSL 233.73º 1% 0.43% -
HSV(B) 233.73º 1% 0.86% -
XYZ 13.22 5.78 68.13 -
YUV 38.58 230.38 100.48 -
System Red Green Blue C M Y K H S L
Decimal 0 23 220 1 0.90 0 0.14 233.73 1 0.43
Hex 0 17 DC 64 5A 0 E EA 64 2B
Octal 0 27 334 144 132 0 16 352 144 53
Binary 0 10111 11011100 1100100 1011010 0 1110 11101010 1100100 101011

Color Harmonies of #0017DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0017DC

Black with #0017DC

Text Example


Text Example

White with #0017DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(0,23,220); }

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

background-color css

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

 a { background-color: rgb(0,23,220); }

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

border-color css

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

 span { border-color: rgb(0,23,220); }

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