Html Css Color HEX #0020CE Medium Blue

📋 copy color: '#0020CE'

red 0 ◦ green 32 ◦ blue 206

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

Shades of Medium Blue #0020CE

Tints of Medium Blue #0020CE

RGB

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

 GREEN value IS 32 (12.89% from 255) = 13.45%

 BLUE value IS 206 (80.86% from 255) = 86.55%

R = 0%
G = 13.45%
B = 86.55%

CMYK

 C value IS 1

 M value IS 0.84

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#0020CE (or 0x0020CE) is known color: Medium Blue. HEX triplet: 00, 20 and CE. RGB value is (0,32,206). Sum of RGB (Red+Green+Blue) = 0+32+206=238 (31% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 238); Green value is 32 (12.89% from 255 or 13.45% from 238); Blue value is 206 (80.86% from 255 or 86.55% from 238); Max value from RGB is 206 - color contains mainly: blue. Hex color #0020CE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0020CE is #FFDF31. Grayscale: #292929. Windows color (decimal): -16768818 or 13508608. OLE color: 13508608.

HSL color Cylindrical-coordinate representation of color #0020CE: hue angle of 230.68º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0020CE is Cyan = 1, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 0 32 206 -
CMYK 1 0.84 0 0.19
HSL 230.68º 1% 0.4% -
HSV(B) 230.68º 1% 0.81% -
XYZ 11.66 5.49 58.84 -
YUV 42.27 220.4 97.85 -
System Red Green Blue C M Y K H S L
Decimal 0 32 206 1 0.84 0 0.19 230.68 1 0.4
Hex 0 20 CE 64 54 0 13 E7 64 28
Octal 0 40 316 144 124 0 23 347 144 50
Binary 0 100000 11001110 1100100 1010100 0 10011 11100111 1100100 101000

Color Harmonies of #0020CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0020CE

Black with #0020CE

Text Example


Text Example

White with #0020CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0020CE; }

 p { color: rgb(0,32,206); }

 H1.HeaderClassName
 {
   color: #0020CE;
 }
 .AnyTagClassName
 {
   color: #0020CE;
 }
</style>

background-color css

<style>
 a { background-color: #0020CE; }

 a { background-color: rgb(0,32,206); }

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

border-color css

<style>
 span { border-color: #0020CE; }

 span { border-color: rgb(0,32,206); }

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