Html Css Color HEX #2005BF Medium Blue

📋 copy color: '#2005BF'

red 32 ◦ green 5 ◦ blue 191

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

Shades of Medium Blue #2005BF

Tints of Medium Blue #2005BF

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.19%

 BLUE value IS 191 (75% from 255) = 83.77%

R = 14.04%
G = 2.19%
B = 83.77%

CMYK

 C value IS 0.83

 M value IS 0.97

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#2005BF (or 0x2005BF) is known color: Medium Blue. HEX triplet: 20, 05 and BF. RGB value is (32,5,191). Sum of RGB (Red+Green+Blue) = 32+5+191=228 (30% of max value = 765). Red value is 32 (12.89% from 255 or 14.04% from 228); Green value is 5 (2.34% from 255 or 2.19% from 228); Blue value is 191 (75% from 255 or 83.77% from 228); Max value from RGB is 191 - color contains mainly: blue. Hex color #2005BF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2005BF is #DFFA40. Grayscale: #212121. Windows color (decimal): -14678593 or 12518688. OLE color: 12518688.

HSL color Cylindrical-coordinate representation of color #2005BF: hue angle of 248.71º degrees, saturation: 0.95, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #2005BF is Cyan = 0.83, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 32 5 191 -
CMYK 0.83 0.97 0 0.25
HSL 248.71º 0.95% 0.38% -
HSV(B) 248.71º 0.97% 0.75% -
XYZ 10.05 4.18 49.57 -
YUV 34.28 216.45 126.38 -
System Red Green Blue C M Y K H S L
Decimal 32 5 191 0.83 0.97 0 0.25 248.71 0.95 0.38
Hex 20 5 BF 53 61 0 19 F9 5F 26
Octal 40 5 277 123 141 0 31 371 137 46
Binary 100000 101 10111111 1010011 1100001 0 11001 11111001 1011111 100110

Color Harmonies of #2005BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2005BF

Black with #2005BF

Text Example


Text Example

White with #2005BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2005BF; }

 p { color: rgb(32,5,191); }

 H1.HeaderClassName
 {
   color: #2005BF;
 }
 .AnyTagClassName
 {
   color: #2005BF;
 }
</style>

background-color css

<style>
 a { background-color: #2005BF; }

 a { background-color: rgb(32,5,191); }

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

border-color css

<style>
 span { border-color: #2005BF; }

 span { border-color: rgb(32,5,191); }

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