Html Css Color HEX #2013CF Medium Blue

📋 copy color: '#2013CF'

red 32 ◦ green 19 ◦ blue 207

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

Shades of Medium Blue #2013CF

Tints of Medium Blue #2013CF

RGB

 RED value IS 32 (12.89% from 255) = 12.4%

 GREEN value IS 19 (7.81% from 255) = 7.36%

 BLUE value IS 207 (81.25% from 255) = 80.23%

R = 12.4%
G = 7.36%
B = 80.23%

CMYK

 C value IS 0.85

 M value IS 0.91

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#2013CF (or 0x2013CF) is known color: Medium Blue. HEX triplet: 20, 13 and CF. RGB value is (32,19,207). Sum of RGB (Red+Green+Blue) = 32+19+207=258 (34% of max value = 765). Red value is 32 (12.89% from 255 or 12.40% from 258); Green value is 19 (7.81% from 255 or 7.36% from 258); Blue value is 207 (81.25% from 255 or 80.23% from 258); Max value from RGB is 207 - color contains mainly: blue. Hex color #2013CF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2013CF is #DFEC30. Grayscale: #2B2B2B. Windows color (decimal): -14674993 or 13570848. OLE color: 13570848.

HSL color Cylindrical-coordinate representation of color #2013CF: hue angle of 244.15º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #2013CF is Cyan = 0.85, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 32 19 207 -
CMYK 0.85 0.91 0 0.19
HSL 244.15º 0.83% 0.44% -
HSV(B) 244.15º 0.91% 0.81% -
XYZ 12.09 5.28 59.41 -
YUV 44.32 219.81 119.21 -
System Red Green Blue C M Y K H S L
Decimal 32 19 207 0.85 0.91 0 0.19 244.15 0.83 0.44
Hex 20 13 CF 55 5B 0 13 F4 53 2C
Octal 40 23 317 125 133 0 23 364 123 54
Binary 100000 10011 11001111 1010101 1011011 0 10011 11110100 1010011 101100

Color Harmonies of #2013CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2013CF

Black with #2013CF

Text Example


Text Example

White with #2013CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2013CF; }

 p { color: rgb(32,19,207); }

 H1.HeaderClassName
 {
   color: #2013CF;
 }
 .AnyTagClassName
 {
   color: #2013CF;
 }
</style>

background-color css

<style>
 a { background-color: #2013CF; }

 a { background-color: rgb(32,19,207); }

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

border-color css

<style>
 span { border-color: #2013CF; }

 span { border-color: rgb(32,19,207); }

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